Shades of Light Slate Blue #978EF9
Tints of Light Slate Blue #978EF9
RGB
CMYK
RGB Variations
Color information
#978EF9 (or 0x978EF9) is known color: Light Slate Blue. HEX triplet: 97, 8E and F9. RGB value is (151,142,249). Sum of RGB (Red+Green+Blue) = 151+142+249=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #978EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978EF9 is #687106. Grayscale: #9C9C9C. Windows color (decimal): -6844679 or 16354967. OLE color: 16354967.
HSL color Cylindrical-coordinate representation of color #978EF9: hue angle of 245.05º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #978EF9 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 142 | 249 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.02 |
| HSL | 245.05º | 0.9% | 0.77% | - |
| HSV(B) | 245.05º | 0.43% | 0.98% | - |
| XYZ | 39.53 | 32.76 | 93.86 | - |
| YUV | 156.89 | 179.98 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 249 | 0.39 | 0.43 | 0 | 0.02 | 245.05 | 0.9 | 0.77 |
| Hex | 97 | 8E | F9 | 27 | 2B | 0 | 2 | F5 | 5A | 4D |
| Octal | 227 | 216 | 371 | 47 | 53 | 0 | 2 | 365 | 132 | 115 |
| Binary | 10010111 | 10001110 | 11111001 | 100111 | 101011 | 0 | 10 | 11110101 | 1011010 | 1001101 |
Color Harmonies of #978EF9
Complementary color
Monochromatic Colors of #978EF9
Black with #978EF9
Text Example
Text Example
White with #978EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978EF9; }
p { color: rgb(151,142,249); }
H1.HeaderClassName
{
color: #978EF9;
}
.AnyTagClassName
{
color: #978EF9;
}
</style>
background-color css
<style>
a { background-color: #978EF9; }
a { background-color: rgb(151,142,249); }
div.DivClassName
{
background-color: #978EF9;
}
.BgClassName
{
background-color: #978EF9;
}
</style>
border-color css
<style>
span { border-color: #978EF9; }
span { border-color: rgb(151,142,249); }
td.TdClassName
{
border-color: #978EF9;
}
.TagClassName
{
border-color: #978EF9;
}
</style>