Html Css Color HEX #996EFD Light Slate Blue

📋 copy color: '#996EFD'

red 153 ◦ green 110 ◦ blue 253

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

Shades of Light Slate Blue #996EFD

Tints of Light Slate Blue #996EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 29.65%
G = 21.32%
B = 49.03%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#996EFD (or 0x996EFD) is known color: Light Slate Blue. HEX triplet: 99, 6E and FD. RGB value is (153,110,253). Sum of RGB (Red+Green+Blue) = 153+110+253=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #996EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996EFD is #669102. Grayscale: #8A8A8A. Windows color (decimal): -6721795 or 16608921. OLE color: 16608921.

HSL color Cylindrical-coordinate representation of color #996EFD: hue angle of 258.04º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #996EFD is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 110 253 -
CMYK 0.40 0.57 0 0.01
HSL 258.04º 0.97% 0.71% -
HSV(B) 258.04º 0.57% 0.99% -
XYZ 36.44 25.02 95.84 -
YUV 139.16 192.25 137.87 -
System Red Green Blue C M Y K H S L
Decimal 153 110 253 0.40 0.57 0 0.01 258.04 0.97 0.71
Hex 99 6E FD 28 39 0 1 102 61 47
Octal 231 156 375 50 71 0 1 402 141 107
Binary 10011001 1101110 11111101 101000 111001 0 1 100000010 1100001 1000111

Color Harmonies of #996EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996EFD

Black with #996EFD

Text Example


Text Example

White with #996EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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