Shades of Light Slate Blue #978AF9
Tints of Light Slate Blue #978AF9
RGB
CMYK
RGB Variations
Color information
#978AF9 (or 0x978AF9) is known color: Light Slate Blue. HEX triplet: 97, 8A and F9. RGB value is (151,138,249). Sum of RGB (Red+Green+Blue) = 151+138+249=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #978AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AF9 is #687506. Grayscale: #9A9A9A. Windows color (decimal): -6845703 or 16353943. OLE color: 16353943.
HSL color Cylindrical-coordinate representation of color #978AF9: hue angle of 247.03º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #978AF9 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 138 | 249 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.02 |
| HSL | 247.03º | 0.9% | 0.76% | - |
| HSV(B) | 247.03º | 0.45% | 0.98% | - |
| XYZ | 38.95 | 31.6 | 93.67 | - |
| YUV | 154.54 | 181.31 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 249 | 0.39 | 0.45 | 0 | 0.02 | 247.03 | 0.9 | 0.76 |
| Hex | 97 | 8A | F9 | 27 | 2D | 0 | 2 | F7 | 5A | 4C |
| Octal | 227 | 212 | 371 | 47 | 55 | 0 | 2 | 367 | 132 | 114 |
| Binary | 10010111 | 10001010 | 11111001 | 100111 | 101101 | 0 | 10 | 11110111 | 1011010 | 1001100 |
Color Harmonies of #978AF9
Complementary color
Monochromatic Colors of #978AF9
Black with #978AF9
Text Example
Text Example
White with #978AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AF9; }
p { color: rgb(151,138,249); }
H1.HeaderClassName
{
color: #978AF9;
}
.AnyTagClassName
{
color: #978AF9;
}
</style>
background-color css
<style>
a { background-color: #978AF9; }
a { background-color: rgb(151,138,249); }
div.DivClassName
{
background-color: #978AF9;
}
.BgClassName
{
background-color: #978AF9;
}
</style>
border-color css
<style>
span { border-color: #978AF9; }
span { border-color: rgb(151,138,249); }
td.TdClassName
{
border-color: #978AF9;
}
.TagClassName
{
border-color: #978AF9;
}
</style>