Html Css Color HEX #996EFB Light Slate Blue

📋 copy color: '#996EFB'

red 153 ◦ green 110 ◦ blue 251

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

Shades of Light Slate Blue #996EFB

Tints of Light Slate Blue #996EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.4%

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

R = 29.77%
G = 21.4%
B = 48.83%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#996EFB (or 0x996EFB) is known color: Light Slate Blue. HEX triplet: 99, 6E and FB. RGB value is (153,110,251). Sum of RGB (Red+Green+Blue) = 153+110+251=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #996EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996EFB is #669104. Grayscale: #8A8A8A. Windows color (decimal): -6721797 or 16477849. OLE color: 16477849.

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

Color convert

RGB 153 110 251 -
CMYK 0.39 0.56 0 0.02
HSL 258.3º 0.95% 0.71% -
HSV(B) 258.3º 0.56% 0.98% -
XYZ 36.13 24.89 94.17 -
YUV 138.93 191.25 138.04 -
System Red Green Blue C M Y K H S L
Decimal 153 110 251 0.39 0.56 0 0.02 258.3 0.95 0.71
Hex 99 6E FB 27 38 0 2 102 5F 47
Octal 231 156 373 47 70 0 2 402 137 107
Binary 10011001 1101110 11111011 100111 111000 0 10 100000010 1011111 1000111

Color Harmonies of #996EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996EFB

Black with #996EFB

Text Example


Text Example

White with #996EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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