Shades of Light Slate Blue #996CFD
Tints of Light Slate Blue #996CFD
RGB
CMYK
RGB Variations
Color information
#996CFD (or 0x996CFD) is known color: Light Slate Blue. HEX triplet: 99, 6C and FD. RGB value is (153,108,253). Sum of RGB (Red+Green+Blue) = 153+108+253=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #996CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996CFD is #669302. Grayscale: #898989. Windows color (decimal): -6722307 or 16608409. OLE color: 16608409.
HSL color Cylindrical-coordinate representation of color #996CFD: hue angle of 258.62º degrees, saturation: 0.97, 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 #996CFD is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 108 | 253 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.01 |
| HSL | 258.62º | 0.97% | 0.71% | - |
| HSV(B) | 258.62º | 0.57% | 0.99% | - |
| XYZ | 36.23 | 24.59 | 95.77 | - |
| YUV | 137.99 | 192.91 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 253 | 0.40 | 0.57 | 0 | 0.01 | 258.62 | 0.97 | 0.71 |
| Hex | 99 | 6C | FD | 28 | 39 | 0 | 1 | 103 | 61 | 47 |
| Octal | 231 | 154 | 375 | 50 | 71 | 0 | 1 | 403 | 141 | 107 |
| Binary | 10011001 | 1101100 | 11111101 | 101000 | 111001 | 0 | 1 | 100000011 | 1100001 | 1000111 |
Color Harmonies of #996CFD
Complementary color
Monochromatic Colors of #996CFD
Black with #996CFD
Text Example
Text Example
White with #996CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CFD; }
p { color: rgb(153,108,253); }
H1.HeaderClassName
{
color: #996CFD;
}
.AnyTagClassName
{
color: #996CFD;
}
</style>
background-color css
<style>
a { background-color: #996CFD; }
a { background-color: rgb(153,108,253); }
div.DivClassName
{
background-color: #996CFD;
}
.BgClassName
{
background-color: #996CFD;
}
</style>
border-color css
<style>
span { border-color: #996CFD; }
span { border-color: rgb(153,108,253); }
td.TdClassName
{
border-color: #996CFD;
}
.TagClassName
{
border-color: #996CFD;
}
</style>