Shades of Light Slate Blue #978CFB
Tints of Light Slate Blue #978CFB
RGB
CMYK
RGB Variations
Color information
#978CFB (or 0x978CFB) is known color: Light Slate Blue. HEX triplet: 97, 8C and FB. RGB value is (151,140,251). Sum of RGB (Red+Green+Blue) = 151+140+251=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #978CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978CFB is #687304. Grayscale: #9B9B9B. Windows color (decimal): -6845189 or 16485527. OLE color: 16485527.
HSL color Cylindrical-coordinate representation of color #978CFB: hue angle of 245.95º 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 #978CFB is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 140 | 251 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.02 |
| HSL | 245.95º | 0.93% | 0.77% | - |
| HSV(B) | 245.95º | 0.44% | 0.98% | - |
| XYZ | 39.55 | 32.3 | 95.42 | - |
| YUV | 155.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 251 | 0.40 | 0.44 | 0 | 0.02 | 245.95 | 0.93 | 0.77 |
| Hex | 97 | 8C | FB | 28 | 2C | 0 | 2 | F6 | 5D | 4D |
| Octal | 227 | 214 | 373 | 50 | 54 | 0 | 2 | 366 | 135 | 115 |
| Binary | 10010111 | 10001100 | 11111011 | 101000 | 101100 | 0 | 10 | 11110110 | 1011101 | 1001101 |
Color Harmonies of #978CFB
Complementary color
Monochromatic Colors of #978CFB
Black with #978CFB
Text Example
Text Example
White with #978CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CFB; }
p { color: rgb(151,140,251); }
H1.HeaderClassName
{
color: #978CFB;
}
.AnyTagClassName
{
color: #978CFB;
}
</style>
background-color css
<style>
a { background-color: #978CFB; }
a { background-color: rgb(151,140,251); }
div.DivClassName
{
background-color: #978CFB;
}
.BgClassName
{
background-color: #978CFB;
}
</style>
border-color css
<style>
span { border-color: #978CFB; }
span { border-color: rgb(151,140,251); }
td.TdClassName
{
border-color: #978CFB;
}
.TagClassName
{
border-color: #978CFB;
}
</style>