Shades of Light Slate Blue #996FFC
Tints of Light Slate Blue #996FFC
RGB
CMYK
RGB Variations
Color information
#996FFC (or 0x996FFC) is known color: Light Slate Blue. HEX triplet: 99, 6F and FC. RGB value is (153,111,252). Sum of RGB (Red+Green+Blue) = 153+111+252=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #996FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996FFC is #669003. Grayscale: #8B8B8B. Windows color (decimal): -6721540 or 16543641. OLE color: 16543641.
HSL color Cylindrical-coordinate representation of color #996FFC: hue angle of 257.87º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #996FFC is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 111 | 252 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.01 |
| HSL | 257.87º | 0.96% | 0.71% | - |
| HSV(B) | 257.87º | 0.56% | 0.99% | - |
| XYZ | 36.39 | 25.17 | 95.04 | - |
| YUV | 139.63 | 191.41 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 252 | 0.39 | 0.56 | 0 | 0.01 | 257.87 | 0.96 | 0.71 |
| Hex | 99 | 6F | FC | 27 | 38 | 0 | 1 | 102 | 60 | 47 |
| Octal | 231 | 157 | 374 | 47 | 70 | 0 | 1 | 402 | 140 | 107 |
| Binary | 10011001 | 1101111 | 11111100 | 100111 | 111000 | 0 | 1 | 100000010 | 1100000 | 1000111 |
Color Harmonies of #996FFC
Complementary color
Monochromatic Colors of #996FFC
Black with #996FFC
Text Example
Text Example
White with #996FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FFC; }
p { color: rgb(153,111,252); }
H1.HeaderClassName
{
color: #996FFC;
}
.AnyTagClassName
{
color: #996FFC;
}
</style>
background-color css
<style>
a { background-color: #996FFC; }
a { background-color: rgb(153,111,252); }
div.DivClassName
{
background-color: #996FFC;
}
.BgClassName
{
background-color: #996FFC;
}
</style>
border-color css
<style>
span { border-color: #996FFC; }
span { border-color: rgb(153,111,252); }
td.TdClassName
{
border-color: #996FFC;
}
.TagClassName
{
border-color: #996FFC;
}
</style>