Shades of Light Slate Blue #9976F8
Tints of Light Slate Blue #9976F8
RGB
CMYK
RGB Variations
Color information
#9976F8 (or 0x9976F8) is known color: Light Slate Blue. HEX triplet: 99, 76 and F8. RGB value is (153,118,248). Sum of RGB (Red+Green+Blue) = 153+118+248=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #9976F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9976F8 is #668907. Grayscale: #8E8E8E. Windows color (decimal): -6719752 or 16283289. OLE color: 16283289.
HSL color Cylindrical-coordinate representation of color #9976F8: hue angle of 256.15º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9976F8 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 118 | 248 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.03 |
| HSL | 256.15º | 0.9% | 0.72% | - |
| HSV(B) | 256.15º | 0.52% | 0.97% | - |
| XYZ | 36.56 | 26.51 | 92 | - |
| YUV | 143.29 | 187.1 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 248 | 0.38 | 0.52 | 0 | 0.03 | 256.15 | 0.9 | 0.72 |
| Hex | 99 | 76 | F8 | 26 | 34 | 0 | 3 | 100 | 5A | 48 |
| Octal | 231 | 166 | 370 | 46 | 64 | 0 | 3 | 400 | 132 | 110 |
| Binary | 10011001 | 1110110 | 11111000 | 100110 | 110100 | 0 | 11 | 100000000 | 1011010 | 1001000 |
Color Harmonies of #9976F8
Complementary color
Monochromatic Colors of #9976F8
Black with #9976F8
Text Example
Text Example
White with #9976F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9976F8; }
p { color: rgb(153,118,248); }
H1.HeaderClassName
{
color: #9976F8;
}
.AnyTagClassName
{
color: #9976F8;
}
</style>
background-color css
<style>
a { background-color: #9976F8; }
a { background-color: rgb(153,118,248); }
div.DivClassName
{
background-color: #9976F8;
}
.BgClassName
{
background-color: #9976F8;
}
</style>
border-color css
<style>
span { border-color: #9976F8; }
span { border-color: rgb(153,118,248); }
td.TdClassName
{
border-color: #9976F8;
}
.TagClassName
{
border-color: #9976F8;
}
</style>