Shades of Light Slate Blue #996DFE
Tints of Light Slate Blue #996DFE
RGB
CMYK
RGB Variations
Color information
#996DFE (or 0x996DFE) is known color: Light Slate Blue. HEX triplet: 99, 6D and FE. RGB value is (153,109,254). Sum of RGB (Red+Green+Blue) = 153+109+254=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #996DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996DFE is #669201. Grayscale: #8A8A8A. Windows color (decimal): -6722050 or 16674201. OLE color: 16674201.
HSL color Cylindrical-coordinate representation of color #996DFE: hue angle of 258.21º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #996DFE is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 109 | 254 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.00 |
| HSL | 258.21º | 0.99% | 0.71% | - |
| HSV(B) | 258.21º | 0.57% | 1% | - |
| XYZ | 36.49 | 24.87 | 96.64 | - |
| YUV | 138.69 | 193.08 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 254 | 0.40 | 0.57 | 0 | 0.00 | 258.21 | 0.99 | 0.71 |
| Hex | 99 | 6D | FE | 28 | 39 | 0 | 0 | 102 | 63 | 47 |
| Octal | 231 | 155 | 376 | 50 | 71 | 0 | 0 | 402 | 143 | 107 |
| Binary | 10011001 | 1101101 | 11111110 | 101000 | 111001 | 0 | 0 | 100000010 | 1100011 | 1000111 |
Color Harmonies of #996DFE
Complementary color
Monochromatic Colors of #996DFE
Black with #996DFE
Text Example
Text Example
White with #996DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DFE; }
p { color: rgb(153,109,254); }
H1.HeaderClassName
{
color: #996DFE;
}
.AnyTagClassName
{
color: #996DFE;
}
</style>
background-color css
<style>
a { background-color: #996DFE; }
a { background-color: rgb(153,109,254); }
div.DivClassName
{
background-color: #996DFE;
}
.BgClassName
{
background-color: #996DFE;
}
</style>
border-color css
<style>
span { border-color: #996DFE; }
span { border-color: rgb(153,109,254); }
td.TdClassName
{
border-color: #996DFE;
}
.TagClassName
{
border-color: #996DFE;
}
</style>