Html Css Color HEX #996BFC Light Slate Blue

📋 copy color: '#996BFC'

red 153 ◦ green 107 ◦ blue 252

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

Shades of Light Slate Blue #996BFC

Tints of Light Slate Blue #996BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 29.88%
G = 20.9%
B = 49.22%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#996BFC (or 0x996BFC) is known color: Light Slate Blue. HEX triplet: 99, 6B and FC. RGB value is (153,107,252). Sum of RGB (Red+Green+Blue) = 153+107+252=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #996BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996BFC is #669403. Grayscale: #888888. Windows color (decimal): -6722564 or 16542617. OLE color: 16542617.

HSL color Cylindrical-coordinate representation of color #996BFC: hue angle of 259.03º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #996BFC is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 107 252 -
CMYK 0.39 0.58 0 0.01
HSL 259.03º 0.96% 0.7% -
HSV(B) 259.03º 0.58% 0.99% -
XYZ 35.97 24.32 94.89 -
YUV 137.28 192.74 139.21 -
System Red Green Blue C M Y K H S L
Decimal 153 107 252 0.39 0.58 0 0.01 259.03 0.96 0.7
Hex 99 6B FC 27 3A 0 1 103 60 46
Octal 231 153 374 47 72 0 1 403 140 106
Binary 10011001 1101011 11111100 100111 111010 0 1 100000011 1100000 1000110

Color Harmonies of #996BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BFC

Black with #996BFC

Text Example


Text Example

White with #996BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,107,252); }

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

background-color css

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

 a { background-color: rgb(153,107,252); }

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

border-color css

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

 span { border-color: rgb(153,107,252); }

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