Shades of Light Slate Blue #978DFB
Tints of Light Slate Blue #978DFB
RGB
CMYK
RGB Variations
Color information
#978DFB (or 0x978DFB) is known color: Light Slate Blue. HEX triplet: 97, 8D and FB. RGB value is (151,141,251). Sum of RGB (Red+Green+Blue) = 151+141+251=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #978DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DFB is #687204. Grayscale: #9C9C9C. Windows color (decimal): -6844933 or 16485783. OLE color: 16485783.
HSL color Cylindrical-coordinate representation of color #978DFB: hue angle of 245.45º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #978DFB is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 141 | 251 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.02 |
| HSL | 245.45º | 0.93% | 0.77% | - |
| HSV(B) | 245.45º | 0.44% | 0.98% | - |
| XYZ | 39.7 | 32.59 | 95.47 | - |
| YUV | 156.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 251 | 0.40 | 0.44 | 0 | 0.02 | 245.45 | 0.93 | 0.77 |
| Hex | 97 | 8D | FB | 28 | 2C | 0 | 2 | F5 | 5D | 4D |
| Octal | 227 | 215 | 373 | 50 | 54 | 0 | 2 | 365 | 135 | 115 |
| Binary | 10010111 | 10001101 | 11111011 | 101000 | 101100 | 0 | 10 | 11110101 | 1011101 | 1001101 |
Color Harmonies of #978DFB
Complementary color
Monochromatic Colors of #978DFB
Black with #978DFB
Text Example
Text Example
White with #978DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DFB; }
p { color: rgb(151,141,251); }
H1.HeaderClassName
{
color: #978DFB;
}
.AnyTagClassName
{
color: #978DFB;
}
</style>
background-color css
<style>
a { background-color: #978DFB; }
a { background-color: rgb(151,141,251); }
div.DivClassName
{
background-color: #978DFB;
}
.BgClassName
{
background-color: #978DFB;
}
</style>
border-color css
<style>
span { border-color: #978DFB; }
span { border-color: rgb(151,141,251); }
td.TdClassName
{
border-color: #978DFB;
}
.TagClassName
{
border-color: #978DFB;
}
</style>