#9959FF

Color #9959FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9959FF

Tints of Light Slate Blue #9959FF

Color information

#9959FF (or 0x9959FF) is unknown color: approx Light Slate Blue. HEX triplet: 99, 59 and FF. RGB value is (153,89,255). Sum of RGB (Red+Green+Blue) = 153+89+255=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #9959FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9959FF is #66A600. Grayscale: #7E7E7E. Windows color (decimal): -6727169 or 16734617. OLE color: 16734617.

HSL color Cylindrical-coordinate representation of color #9959FF: hue angle of 263.13º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9959FF is Cyan = 0.4, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15389255-
CMYK0.40.6500
HSL263.13º100%67.45%-
HSV(B)263.13º65.1%100%-
XYZ34.7621.1496.86-
YUV127.06200.2146.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 89 (35.16% from 255) = 17.91%
BLUE value IS 255 (100% from 255) = 51.31%
R=30.78%
G=17.91%
B=51.31%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal153892550.40.6500263.1310067.45
Hex9959FF2841001076443
Octal2311313775010100407144103
Binary1001100110110011111111110100010000010010000011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9959FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9959FF; }

 p { color: rgb(153,89,255); }

 H1.HeaderClassName
 {
   color: #9959FF;
 }
 .AnyTagClassName
 {
   color: #9959FF;
 }
</style>
background-color css

<style>
 a { background-color: #9959FF; }

 a { background-color: rgb(153,89,255); }

 div.DivClassName
 {
   background-color: #9959FF;
 }
 .BgClassName
 {
   background-color: #9959FF;
 }
</style>
border-color css

<style>
 span { border-color: #9959FF; }

 span { border-color: rgb(153,89,255); }

 td.TdClassName
 {
   border-color: #9959FF;
 }
 .TagClassName
 {
   border-color: #9959FF;
 }
</style>