Shades of Light Slate Blue #996CFC
Tints of Light Slate Blue #996CFC
RGB
CMYK
RGB Variations
Color information
#996CFC (or 0x996CFC) is known color: Light Slate Blue. HEX triplet: 99, 6C and FC. RGB value is (153,108,252). Sum of RGB (Red+Green+Blue) = 153+108+252=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #996CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996CFC is #669303. Grayscale: #898989. Windows color (decimal): -6722308 or 16542873. OLE color: 16542873.
HSL color Cylindrical-coordinate representation of color #996CFC: hue angle of 258.75º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #996CFC is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 108 | 252 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.01 |
| HSL | 258.75º | 0.96% | 0.71% | - |
| HSV(B) | 258.75º | 0.57% | 0.99% | - |
| XYZ | 36.07 | 24.53 | 94.93 | - |
| YUV | 137.87 | 192.41 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 252 | 0.39 | 0.57 | 0 | 0.01 | 258.75 | 0.96 | 0.71 |
| Hex | 99 | 6C | FC | 27 | 39 | 0 | 1 | 103 | 60 | 47 |
| Octal | 231 | 154 | 374 | 47 | 71 | 0 | 1 | 403 | 140 | 107 |
| Binary | 10011001 | 1101100 | 11111100 | 100111 | 111001 | 0 | 1 | 100000011 | 1100000 | 1000111 |
Color Harmonies of #996CFC
Complementary color
Monochromatic Colors of #996CFC
Black with #996CFC
Text Example
Text Example
White with #996CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CFC; }
p { color: rgb(153,108,252); }
H1.HeaderClassName
{
color: #996CFC;
}
.AnyTagClassName
{
color: #996CFC;
}
</style>
background-color css
<style>
a { background-color: #996CFC; }
a { background-color: rgb(153,108,252); }
div.DivClassName
{
background-color: #996CFC;
}
.BgClassName
{
background-color: #996CFC;
}
</style>
border-color css
<style>
span { border-color: #996CFC; }
span { border-color: rgb(153,108,252); }
td.TdClassName
{
border-color: #996CFC;
}
.TagClassName
{
border-color: #996CFC;
}
</style>