Html Css Color HEX #996AFB Light Slate Blue

📋 copy color: '#996AFB'

red 153 ◦ green 106 ◦ blue 251

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

Shades of Light Slate Blue #996AFB

Tints of Light Slate Blue #996AFB

RGB

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

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

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

R = 30%
G = 20.78%
B = 49.22%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#996AFB (or 0x996AFB) is known color: Light Slate Blue. HEX triplet: 99, 6A and FB. RGB value is (153,106,251). Sum of RGB (Red+Green+Blue) = 153+106+251=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #996AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996AFB is #669504. Grayscale: #888888. Windows color (decimal): -6722821 or 16476825. OLE color: 16476825.

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

Color convert

RGB 153 106 251 -
CMYK 0.39 0.58 0 0.02
HSL 259.45º 0.95% 0.7% -
HSV(B) 259.45º 0.58% 0.98% -
XYZ 35.7 24.05 94.03 -
YUV 136.58 192.57 139.71 -
System Red Green Blue C M Y K H S L
Decimal 153 106 251 0.39 0.58 0 0.02 259.45 0.95 0.7
Hex 99 6A FB 27 3A 0 2 103 5F 46
Octal 231 152 373 47 72 0 2 403 137 106
Binary 10011001 1101010 11111011 100111 111010 0 10 100000011 1011111 1000110

Color Harmonies of #996AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AFB

Black with #996AFB

Text Example


Text Example

White with #996AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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