#9985FF

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

Shades of Light Slate Blue #9985FF

Tints of Light Slate Blue #9985FF

Color information

#9985FF (or 0x9985FF) is unknown color: approx Light Slate Blue. HEX triplet: 99, 85 and FF. RGB value is (153,133,255). Sum of RGB (Red+Green+Blue) = 153+133+255=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #9985FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9985FF is #667A00. Grayscale: #989898. Windows color (decimal): -6715905 or 16745881. OLE color: 16745881.

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

Color convert

RGB153133255-
CMYK0.40.4800
HSL249.84º100%76.08%-
HSV(B)249.84º47.84%100%-
XYZ39.5730.7798.46-
YUV152.89185.63128.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.28%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 255 (100% from 255) = 47.13%
R=28.28%
G=24.58%
B=47.13%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531332550.40.4800249.8410076.08
Hex9985FF283000fa644c
Octal231205377506000372144114
Binary100110011000010111111111101000110000001111101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9985FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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