Html Css Color HEX #996AFE Light Slate Blue

📋 copy color: '#996AFE'

red 153 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #996AFE

Tints of Light Slate Blue #996AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.66%

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 29.82%
G = 20.66%
B = 49.51%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#996AFE (or 0x996AFE) is known color: Light Slate Blue. HEX triplet: 99, 6A and FE. RGB value is (153,106,254). Sum of RGB (Red+Green+Blue) = 153+106+254=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #996AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996AFE is #669501. Grayscale: #888888. Windows color (decimal): -6722818 or 16673433. OLE color: 16673433.

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

Color convert

RGB 153 106 254 -
CMYK 0.40 0.58 0 0.00
HSL 259.05º 0.99% 0.71% -
HSV(B) 259.05º 0.58% 1% -
XYZ 36.18 24.24 96.54 -
YUV 136.93 194.07 139.47 -
System Red Green Blue C M Y K H S L
Decimal 153 106 254 0.40 0.58 0 0.00 259.05 0.99 0.71
Hex 99 6A FE 28 3A 0 0 103 63 47
Octal 231 152 376 50 72 0 0 403 143 107
Binary 10011001 1101010 11111110 101000 111010 0 0 100000011 1100011 1000111

Color Harmonies of #996AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AFE

Black with #996AFE

Text Example


Text Example

White with #996AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,106,254); }

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

background-color css

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

 a { background-color: rgb(153,106,254); }

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

border-color css

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

 span { border-color: rgb(153,106,254); }

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