Html Css Color HEX #9996FF Light Slate Blue

📋 copy color: '#9996FF'

red 153 ◦ green 150 ◦ blue 255

#9996FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9996FF

Tints of Light Slate Blue #9996FF

RGB

 RED value IS 153 (60.16% from 255) = 27.42%

 GREEN value IS 150 (58.98% from 255) = 26.88%

 BLUE value IS 255 (100% from 255) = 45.7%

R = 27.42%
G = 26.88%
B = 45.7%

CMYK

 C value IS 0.4

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9996FF (or 0x9996FF) is known color: Light Slate Blue. HEX triplet: 99, 96 and FF. RGB value is (153,150,255). Sum of RGB (Red+Green+Blue) = 153+150+255=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #9996FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9996FF is #666900. Grayscale: #A2A2A2. Windows color (decimal): -6711553 or 16750233. OLE color: 16750233.

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

Color convert

RGB 153 150 255 -
CMYK 0.4 0.41 0 0
HSL 241.71º 1% 0.79% -
HSV(B) 241.71º 0.41% 1% -
XYZ 42.09 35.81 99.3 -
YUV 162.87 179.99 120.96 -
System Red Green Blue C M Y K H S L
Decimal 153 150 255 0.4 0.41 0 0 241.71 1 0.79
Hex 99 96 FF 28 29 0 0 F2 64 4F
Octal 231 226 377 50 51 0 0 362 144 117
Binary 10011001 10010110 11111111 101000 101001 0 0 11110010 1100100 1001111

Color Harmonies of #9996FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9996FF

Black with #9996FF

Text Example


Text Example

White with #9996FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9996FF;
 }
 .AnyTagClassName
 {
   color: #9996FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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