Shades of Light Slate Blue #9977F8
Tints of Light Slate Blue #9977F8
RGB
CMYK
RGB Variations
Color information
#9977F8 (or 0x9977F8) is known color: Light Slate Blue. HEX triplet: 99, 77 and F8. RGB value is (153,119,248). Sum of RGB (Red+Green+Blue) = 153+119+248=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #9977F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9977F8 is #668807. Grayscale: #8F8F8F. Windows color (decimal): -6719496 or 16283545. OLE color: 16283545.
HSL color Cylindrical-coordinate representation of color #9977F8: hue angle of 255.81º 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 #9977F8 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 119 | 248 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.03 |
| HSL | 255.81º | 0.9% | 0.72% | - |
| HSV(B) | 255.81º | 0.52% | 0.97% | - |
| XYZ | 36.68 | 26.74 | 92.04 | - |
| YUV | 143.87 | 186.76 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 248 | 0.38 | 0.52 | 0 | 0.03 | 255.81 | 0.9 | 0.72 |
| Hex | 99 | 77 | F8 | 26 | 34 | 0 | 3 | 100 | 5A | 48 |
| Octal | 231 | 167 | 370 | 46 | 64 | 0 | 3 | 400 | 132 | 110 |
| Binary | 10011001 | 1110111 | 11111000 | 100110 | 110100 | 0 | 11 | 100000000 | 1011010 | 1001000 |
Color Harmonies of #9977F8
Complementary color
Monochromatic Colors of #9977F8
Black with #9977F8
Text Example
Text Example
White with #9977F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9977F8; }
p { color: rgb(153,119,248); }
H1.HeaderClassName
{
color: #9977F8;
}
.AnyTagClassName
{
color: #9977F8;
}
</style>
background-color css
<style>
a { background-color: #9977F8; }
a { background-color: rgb(153,119,248); }
div.DivClassName
{
background-color: #9977F8;
}
.BgClassName
{
background-color: #9977F8;
}
</style>
border-color css
<style>
span { border-color: #9977F8; }
span { border-color: rgb(153,119,248); }
td.TdClassName
{
border-color: #9977F8;
}
.TagClassName
{
border-color: #9977F8;
}
</style>