Shades of Light Slate Blue #9978FA
Tints of Light Slate Blue #9978FA
RGB
CMYK
RGB Variations
Color information
#9978FA (or 0x9978FA) is known color: Light Slate Blue. HEX triplet: 99, 78 and FA. RGB value is (153,120,250). Sum of RGB (Red+Green+Blue) = 153+120+250=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #9978FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9978FA is #668705. Grayscale: #909090. Windows color (decimal): -6719238 or 16414873. OLE color: 16414873.
HSL color Cylindrical-coordinate representation of color #9978FA: hue angle of 255.23º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9978FA is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 120 | 250 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.02 |
| HSL | 255.23º | 0.93% | 0.73% | - |
| HSV(B) | 255.23º | 0.52% | 0.98% | - |
| XYZ | 37.11 | 27.11 | 93.72 | - |
| YUV | 144.69 | 187.43 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 250 | 0.39 | 0.52 | 0 | 0.02 | 255.23 | 0.93 | 0.73 |
| Hex | 99 | 78 | FA | 27 | 34 | 0 | 2 | FF | 5D | 49 |
| Octal | 231 | 170 | 372 | 47 | 64 | 0 | 2 | 377 | 135 | 111 |
| Binary | 10011001 | 1111000 | 11111010 | 100111 | 110100 | 0 | 10 | 11111111 | 1011101 | 1001001 |
Color Harmonies of #9978FA
Complementary color
Monochromatic Colors of #9978FA
Black with #9978FA
Text Example
Text Example
White with #9978FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978FA; }
p { color: rgb(153,120,250); }
H1.HeaderClassName
{
color: #9978FA;
}
.AnyTagClassName
{
color: #9978FA;
}
</style>
background-color css
<style>
a { background-color: #9978FA; }
a { background-color: rgb(153,120,250); }
div.DivClassName
{
background-color: #9978FA;
}
.BgClassName
{
background-color: #9978FA;
}
</style>
border-color css
<style>
span { border-color: #9978FA; }
span { border-color: rgb(153,120,250); }
td.TdClassName
{
border-color: #9978FA;
}
.TagClassName
{
border-color: #9978FA;
}
</style>