Shades of Light Slate Blue #978EFA
Tints of Light Slate Blue #978EFA
RGB
CMYK
RGB Variations
Color information
#978EFA (or 0x978EFA) is known color: Light Slate Blue. HEX triplet: 97, 8E and FA. RGB value is (151,142,250). Sum of RGB (Red+Green+Blue) = 151+142+250=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #978EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978EFA is #687105. Grayscale: #9C9C9C. Windows color (decimal): -6844678 or 16420503. OLE color: 16420503.
HSL color Cylindrical-coordinate representation of color #978EFA: hue angle of 245º degrees, saturation: 0.92, 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 #978EFA is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 142 | 250 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.02 |
| HSL | 245º | 0.92% | 0.77% | - |
| HSV(B) | 245º | 0.43% | 0.98% | - |
| XYZ | 39.69 | 32.83 | 94.69 | - |
| YUV | 157 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 250 | 0.40 | 0.43 | 0 | 0.02 | 245 | 0.92 | 0.77 |
| Hex | 97 | 8E | FA | 28 | 2B | 0 | 2 | F5 | 5C | 4D |
| Octal | 227 | 216 | 372 | 50 | 53 | 0 | 2 | 365 | 134 | 115 |
| Binary | 10010111 | 10001110 | 11111010 | 101000 | 101011 | 0 | 10 | 11110101 | 1011100 | 1001101 |
Color Harmonies of #978EFA
Complementary color
Monochromatic Colors of #978EFA
Black with #978EFA
Text Example
Text Example
White with #978EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978EFA; }
p { color: rgb(151,142,250); }
H1.HeaderClassName
{
color: #978EFA;
}
.AnyTagClassName
{
color: #978EFA;
}
</style>
background-color css
<style>
a { background-color: #978EFA; }
a { background-color: rgb(151,142,250); }
div.DivClassName
{
background-color: #978EFA;
}
.BgClassName
{
background-color: #978EFA;
}
</style>
border-color css
<style>
span { border-color: #978EFA; }
span { border-color: rgb(151,142,250); }
td.TdClassName
{
border-color: #978EFA;
}
.TagClassName
{
border-color: #978EFA;
}
</style>