Shades of Light Slate Blue #996EFF
Tints of Light Slate Blue #996EFF
RGB
CMYK
RGB Variations
Color information
#996EFF (or 0x996EFF) is known color: Light Slate Blue. HEX triplet: 99, 6E and FF. RGB value is (153,110,255). Sum of RGB (Red+Green+Blue) = 153+110+255=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #996EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996EFF is #669100. Grayscale: #8A8A8A. Windows color (decimal): -6721793 or 16739993. OLE color: 16739993.
HSL color Cylindrical-coordinate representation of color #996EFF: hue angle of 257.79º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #996EFF is Cyan = 0.4, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 110 | 255 | - |
| CMYK | 0.4 | 0.57 | 0 | 0 |
| HSL | 257.79º | 1% | 0.72% | - |
| HSV(B) | 257.79º | 0.57% | 1% | - |
| XYZ | 36.76 | 25.14 | 97.52 | - |
| YUV | 139.39 | 193.25 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 255 | 0.4 | 0.57 | 0 | 0 | 257.79 | 1 | 0.72 |
| Hex | 99 | 6E | FF | 28 | 39 | 0 | 0 | 102 | 64 | 48 |
| Octal | 231 | 156 | 377 | 50 | 71 | 0 | 0 | 402 | 144 | 110 |
| Binary | 10011001 | 1101110 | 11111111 | 101000 | 111001 | 0 | 0 | 100000010 | 1100100 | 1001000 |
Color Harmonies of #996EFF
Complementary color
Monochromatic Colors of #996EFF
Black with #996EFF
Text Example
Text Example
White with #996EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996EFF; }
p { color: rgb(153,110,255); }
H1.HeaderClassName
{
color: #996EFF;
}
.AnyTagClassName
{
color: #996EFF;
}
</style>
background-color css
<style>
a { background-color: #996EFF; }
a { background-color: rgb(153,110,255); }
div.DivClassName
{
background-color: #996EFF;
}
.BgClassName
{
background-color: #996EFF;
}
</style>
border-color css
<style>
span { border-color: #996EFF; }
span { border-color: rgb(153,110,255); }
td.TdClassName
{
border-color: #996EFF;
}
.TagClassName
{
border-color: #996EFF;
}
</style>