Html Css Color HEX #996CFB Light Slate Blue

📋 copy color: '#996CFB'

red 153 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #996CFB

Tints of Light Slate Blue #996CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.09%

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 29.88%
G = 21.09%
B = 49.02%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#996CFB (or 0x996CFB) is known color: Light Slate Blue. HEX triplet: 99, 6C and FB. RGB value is (153,108,251). Sum of RGB (Red+Green+Blue) = 153+108+251=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #996CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996CFB is #669304. Grayscale: #898989. Windows color (decimal): -6722309 or 16477337. OLE color: 16477337.

HSL color Cylindrical-coordinate representation of color #996CFB: hue angle of 258.88º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #996CFB is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 108 251 -
CMYK 0.39 0.57 0 0.02
HSL 258.88º 0.95% 0.7% -
HSV(B) 258.88º 0.57% 0.98% -
XYZ 35.91 24.46 94.1 -
YUV 137.76 191.91 138.87 -
System Red Green Blue C M Y K H S L
Decimal 153 108 251 0.39 0.57 0 0.02 258.88 0.95 0.7
Hex 99 6C FB 27 39 0 2 103 5F 46
Octal 231 154 373 47 71 0 2 403 137 106
Binary 10011001 1101100 11111011 100111 111001 0 10 100000011 1011111 1000110

Color Harmonies of #996CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996CFB

Black with #996CFB

Text Example


Text Example

White with #996CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996CFB; }

 p { color: rgb(153,108,251); }

 H1.HeaderClassName
 {
   color: #996CFB;
 }
 .AnyTagClassName
 {
   color: #996CFB;
 }
</style>

background-color css

<style>
 a { background-color: #996CFB; }

 a { background-color: rgb(153,108,251); }

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

border-color css

<style>
 span { border-color: #996CFB; }

 span { border-color: rgb(153,108,251); }

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