BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi

Can any body give me the list of colour options (which colour represents which number )that we use in SAS

like background-color: #003399;

Actually these type of options that was created when we were installing web report studio (in the form of .css files) on the server.I need to change these colours now.

Regards,
Kiran.M
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
In your CSS file, that particular form of the color specification is a straight HTML color specification, in hexadecimal numbers. The 1st 2 characters are a percent of RED, the next 2 characters are a percent of GREEN and the next 2 characters are a percent of BLUE. The thing is that 00, 33 and 99 are HEX numbers.
[pre]
#FF0000 = FF=256 or 100% of RED, 0% green , 0% blue
#00FF00 = 0% RED, 100% GREEN, 0% BLUE
#003399 = 0% RED, approx 20% GREEN, approx 60% blue or sort of dark blue
etc, etc
[/pre]

If you go to an HTML color picker, (such as this one)
http://www.pagetutor.com/common/bgcolors216.html
you will see the 216 non-dithering colors. There are other color pickers on the web, you just have to search for them.

The Tech Support site has a SAS program that will generate this list for you:
http://support.sas.com/techsup/technote/ts688/ts688.html (but it also shows you the result of running the program)

cynthia

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 651 views
  • 0 likes
  • 2 in conversation