Html Css Color HEX #996DFB Light Slate Blue

📋 copy color: '#996DFB'

red 153 ◦ green 109 ◦ blue 251

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

Shades of Light Slate Blue #996DFB

Tints of Light Slate Blue #996DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.25%

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

R = 29.82%
G = 21.25%
B = 48.93%

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

#996DFB (or 0x996DFB) is known color: Light Slate Blue. HEX triplet: 99, 6D and FB. RGB value is (153,109,251). Sum of RGB (Red+Green+Blue) = 153+109+251=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #996DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996DFB is #669204. Grayscale: #898989. Windows color (decimal): -6722053 or 16477593. OLE color: 16477593.

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

Color convert

RGB 153 109 251 -
CMYK 0.39 0.57 0 0.02
HSL 258.59º 0.95% 0.71% -
HSV(B) 258.59º 0.57% 0.98% -
XYZ 36.02 24.67 94.13 -
YUV 138.34 191.58 138.45 -
System Red Green Blue C M Y K H S L
Decimal 153 109 251 0.39 0.57 0 0.02 258.59 0.95 0.71
Hex 99 6D FB 27 39 0 2 103 5F 47
Octal 231 155 373 47 71 0 2 403 137 107
Binary 10011001 1101101 11111011 100111 111001 0 10 100000011 1011111 1000111

Color Harmonies of #996DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DFB

Black with #996DFB

Text Example


Text Example

White with #996DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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