Shades of Light Slate Blue #9976FE
Tints of Light Slate Blue #9976FE
RGB
CMYK
RGB Variations
Color information
#9976FE (or 0x9976FE) is known color: Light Slate Blue. HEX triplet: 99, 76 and FE. RGB value is (153,118,254). Sum of RGB (Red+Green+Blue) = 153+118+254=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #9976FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9976FE is #668901. Grayscale: #8F8F8F. Windows color (decimal): -6719746 or 16676505. OLE color: 16676505.
HSL color Cylindrical-coordinate representation of color #9976FE: hue angle of 255.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9976FE is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 118 | 254 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.00 |
| HSL | 255.44º | 0.99% | 0.73% | - |
| HSV(B) | 255.44º | 0.54% | 1% | - |
| XYZ | 37.5 | 26.88 | 96.98 | - |
| YUV | 143.97 | 190.1 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 254 | 0.40 | 0.54 | 0 | 0.00 | 255.44 | 0.99 | 0.73 |
| Hex | 99 | 76 | FE | 28 | 36 | 0 | 0 | FF | 63 | 49 |
| Octal | 231 | 166 | 376 | 50 | 66 | 0 | 0 | 377 | 143 | 111 |
| Binary | 10011001 | 1110110 | 11111110 | 101000 | 110110 | 0 | 0 | 11111111 | 1100011 | 1001001 |
Color Harmonies of #9976FE
Complementary color
Monochromatic Colors of #9976FE
Black with #9976FE
Text Example
Text Example
White with #9976FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9976FE; }
p { color: rgb(153,118,254); }
H1.HeaderClassName
{
color: #9976FE;
}
.AnyTagClassName
{
color: #9976FE;
}
</style>
background-color css
<style>
a { background-color: #9976FE; }
a { background-color: rgb(153,118,254); }
div.DivClassName
{
background-color: #9976FE;
}
.BgClassName
{
background-color: #9976FE;
}
</style>
border-color css
<style>
span { border-color: #9976FE; }
span { border-color: rgb(153,118,254); }
td.TdClassName
{
border-color: #9976FE;
}
.TagClassName
{
border-color: #9976FE;
}
</style>