Shades of Light Slate Blue #978EF3
Tints of Light Slate Blue #978EF3
RGB
CMYK
RGB Variations
Color information
#978EF3 (or 0x978EF3) is known color: Light Slate Blue. HEX triplet: 97, 8E and F3. RGB value is (151,142,243). Sum of RGB (Red+Green+Blue) = 151+142+243=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #978EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978EF3 is #68710C. Grayscale: #9B9B9B. Windows color (decimal): -6844685 or 15961751. OLE color: 15961751.
HSL color Cylindrical-coordinate representation of color #978EF3: hue angle of 245.35º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #978EF3 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 142 | 243 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.05 |
| HSL | 245.35º | 0.81% | 0.75% | - |
| HSV(B) | 245.35º | 0.42% | 0.95% | - |
| XYZ | 38.61 | 32.4 | 89.01 | - |
| YUV | 156.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 243 | 0.38 | 0.42 | 0 | 0.05 | 245.35 | 0.81 | 0.75 |
| Hex | 97 | 8E | F3 | 26 | 2A | 0 | 5 | F5 | 51 | 4B |
| Octal | 227 | 216 | 363 | 46 | 52 | 0 | 5 | 365 | 121 | 113 |
| Binary | 10010111 | 10001110 | 11110011 | 100110 | 101010 | 0 | 101 | 11110101 | 1010001 | 1001011 |
Color Harmonies of #978EF3
Complementary color
Monochromatic Colors of #978EF3
Black with #978EF3
Text Example
Text Example
White with #978EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978EF3; }
p { color: rgb(151,142,243); }
H1.HeaderClassName
{
color: #978EF3;
}
.AnyTagClassName
{
color: #978EF3;
}
</style>
background-color css
<style>
a { background-color: #978EF3; }
a { background-color: rgb(151,142,243); }
div.DivClassName
{
background-color: #978EF3;
}
.BgClassName
{
background-color: #978EF3;
}
</style>
border-color css
<style>
span { border-color: #978EF3; }
span { border-color: rgb(151,142,243); }
td.TdClassName
{
border-color: #978EF3;
}
.TagClassName
{
border-color: #978EF3;
}
</style>