Shades of Light Slate Blue #9978FC
Tints of Light Slate Blue #9978FC
RGB
CMYK
RGB Variations
Color information
#9978FC (or 0x9978FC) is known color: Light Slate Blue. HEX triplet: 99, 78 and FC. RGB value is (153,120,252). Sum of RGB (Red+Green+Blue) = 153+120+252=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #9978FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9978FC is #668703. Grayscale: #909090. Windows color (decimal): -6719236 or 16545945. OLE color: 16545945.
HSL color Cylindrical-coordinate representation of color #9978FC: hue angle of 255º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9978FC is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 120 | 252 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.01 |
| HSL | 255º | 0.96% | 0.73% | - |
| HSV(B) | 255º | 0.52% | 0.99% | - |
| XYZ | 37.42 | 27.23 | 95.38 | - |
| YUV | 144.92 | 188.43 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 252 | 0.39 | 0.52 | 0 | 0.01 | 255 | 0.96 | 0.73 |
| Hex | 99 | 78 | FC | 27 | 34 | 0 | 1 | FF | 60 | 49 |
| Octal | 231 | 170 | 374 | 47 | 64 | 0 | 1 | 377 | 140 | 111 |
| Binary | 10011001 | 1111000 | 11111100 | 100111 | 110100 | 0 | 1 | 11111111 | 1100000 | 1001001 |
Color Harmonies of #9978FC
Complementary color
Monochromatic Colors of #9978FC
Black with #9978FC
Text Example
Text Example
White with #9978FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978FC; }
p { color: rgb(153,120,252); }
H1.HeaderClassName
{
color: #9978FC;
}
.AnyTagClassName
{
color: #9978FC;
}
</style>
background-color css
<style>
a { background-color: #9978FC; }
a { background-color: rgb(153,120,252); }
div.DivClassName
{
background-color: #9978FC;
}
.BgClassName
{
background-color: #9978FC;
}
</style>
border-color css
<style>
span { border-color: #9978FC; }
span { border-color: rgb(153,120,252); }
td.TdClassName
{
border-color: #9978FC;
}
.TagClassName
{
border-color: #9978FC;
}
</style>