Shades of Light Slate Blue #978AF0
Tints of Light Slate Blue #978AF0
RGB
CMYK
RGB Variations
Color information
#978AF0 (or 0x978AF0) is known color: Light Slate Blue. HEX triplet: 97, 8A and F0. RGB value is (151,138,240). Sum of RGB (Red+Green+Blue) = 151+138+240=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #978AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AF0 is #68750F. Grayscale: #999999. Windows color (decimal): -6845712 or 15764119. OLE color: 15764119.
HSL color Cylindrical-coordinate representation of color #978AF0: hue angle of 247.65º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #978AF0 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 138 | 240 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.06 |
| HSL | 247.65º | 0.77% | 0.74% | - |
| HSV(B) | 247.65º | 0.43% | 0.94% | - |
| XYZ | 37.58 | 31.05 | 86.45 | - |
| YUV | 153.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 240 | 0.37 | 0.42 | 0 | 0.06 | 247.65 | 0.77 | 0.74 |
| Hex | 97 | 8A | F0 | 25 | 2A | 0 | 6 | F8 | 4D | 4A |
| Octal | 227 | 212 | 360 | 45 | 52 | 0 | 6 | 370 | 115 | 112 |
| Binary | 10010111 | 10001010 | 11110000 | 100101 | 101010 | 0 | 110 | 11111000 | 1001101 | 1001010 |
Color Harmonies of #978AF0
Complementary color
Monochromatic Colors of #978AF0
Black with #978AF0
Text Example
Text Example
White with #978AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AF0; }
p { color: rgb(151,138,240); }
H1.HeaderClassName
{
color: #978AF0;
}
.AnyTagClassName
{
color: #978AF0;
}
</style>
background-color css
<style>
a { background-color: #978AF0; }
a { background-color: rgb(151,138,240); }
div.DivClassName
{
background-color: #978AF0;
}
.BgClassName
{
background-color: #978AF0;
}
</style>
border-color css
<style>
span { border-color: #978AF0; }
span { border-color: rgb(151,138,240); }
td.TdClassName
{
border-color: #978AF0;
}
.TagClassName
{
border-color: #978AF0;
}
</style>