Shades of Light Slate Blue #996FFE
Tints of Light Slate Blue #996FFE
RGB
CMYK
RGB Variations
Color information
#996FFE (or 0x996FFE) is known color: Light Slate Blue. HEX triplet: 99, 6F and FE. RGB value is (153,111,254). Sum of RGB (Red+Green+Blue) = 153+111+254=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #996FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996FFE is #669001. Grayscale: #8B8B8B. Windows color (decimal): -6721538 or 16674713. OLE color: 16674713.
HSL color Cylindrical-coordinate representation of color #996FFE: hue angle of 257.62º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #996FFE is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 111 | 254 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.00 |
| HSL | 257.62º | 0.99% | 0.72% | - |
| HSV(B) | 257.62º | 0.56% | 1% | - |
| XYZ | 36.71 | 25.3 | 96.71 | - |
| YUV | 139.86 | 192.41 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 254 | 0.40 | 0.56 | 0 | 0.00 | 257.62 | 0.99 | 0.72 |
| Hex | 99 | 6F | FE | 28 | 38 | 0 | 0 | 102 | 63 | 48 |
| Octal | 231 | 157 | 376 | 50 | 70 | 0 | 0 | 402 | 143 | 110 |
| Binary | 10011001 | 1101111 | 11111110 | 101000 | 111000 | 0 | 0 | 100000010 | 1100011 | 1001000 |
Color Harmonies of #996FFE
Complementary color
Monochromatic Colors of #996FFE
Black with #996FFE
Text Example
Text Example
White with #996FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FFE; }
p { color: rgb(153,111,254); }
H1.HeaderClassName
{
color: #996FFE;
}
.AnyTagClassName
{
color: #996FFE;
}
</style>
background-color css
<style>
a { background-color: #996FFE; }
a { background-color: rgb(153,111,254); }
div.DivClassName
{
background-color: #996FFE;
}
.BgClassName
{
background-color: #996FFE;
}
</style>
border-color css
<style>
span { border-color: #996FFE; }
span { border-color: rgb(153,111,254); }
td.TdClassName
{
border-color: #996FFE;
}
.TagClassName
{
border-color: #996FFE;
}
</style>