Shades of Light Slate Blue #978CF0
Tints of Light Slate Blue #978CF0
RGB
CMYK
RGB Variations
Color information
#978CF0 (or 0x978CF0) is known color: Light Slate Blue. HEX triplet: 97, 8C and F0. RGB value is (151,140,240). Sum of RGB (Red+Green+Blue) = 151+140+240=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #978CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978CF0 is #68730F. Grayscale: #9A9A9A. Windows color (decimal): -6845200 or 15764631. OLE color: 15764631.
HSL color Cylindrical-coordinate representation of color #978CF0: hue angle of 246.6º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #978CF0 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 140 | 240 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.06 |
| HSL | 246.6º | 0.77% | 0.75% | - |
| HSV(B) | 246.6º | 0.42% | 0.94% | - |
| XYZ | 37.87 | 31.63 | 86.55 | - |
| YUV | 154.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 240 | 0.37 | 0.42 | 0 | 0.06 | 246.6 | 0.77 | 0.75 |
| Hex | 97 | 8C | F0 | 25 | 2A | 0 | 6 | F7 | 4D | 4B |
| Octal | 227 | 214 | 360 | 45 | 52 | 0 | 6 | 367 | 115 | 113 |
| Binary | 10010111 | 10001100 | 11110000 | 100101 | 101010 | 0 | 110 | 11110111 | 1001101 | 1001011 |
Color Harmonies of #978CF0
Complementary color
Monochromatic Colors of #978CF0
Black with #978CF0
Text Example
Text Example
White with #978CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CF0; }
p { color: rgb(151,140,240); }
H1.HeaderClassName
{
color: #978CF0;
}
.AnyTagClassName
{
color: #978CF0;
}
</style>
background-color css
<style>
a { background-color: #978CF0; }
a { background-color: rgb(151,140,240); }
div.DivClassName
{
background-color: #978CF0;
}
.BgClassName
{
background-color: #978CF0;
}
</style>
border-color css
<style>
span { border-color: #978CF0; }
span { border-color: rgb(151,140,240); }
td.TdClassName
{
border-color: #978CF0;
}
.TagClassName
{
border-color: #978CF0;
}
</style>