Shades of Light Slate Blue #8978F5
Tints of Light Slate Blue #8978F5
RGB
CMYK
RGB Variations
Color information
#8978F5 (or 0x8978F5) is known color: Light Slate Blue. HEX triplet: 89, 78 and F5. RGB value is (137,120,245). Sum of RGB (Red+Green+Blue) = 137+120+245=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #8978F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8978F5 is #76870A. Grayscale: #8A8A8A. Windows color (decimal): -7767819 or 16087177. OLE color: 16087177.
HSL color Cylindrical-coordinate representation of color #8978F5: hue angle of 248.16º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8978F5 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 120 | 245 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.04 |
| HSL | 248.16º | 0.86% | 0.72% | - |
| HSV(B) | 248.16º | 0.51% | 0.96% | - |
| XYZ | 33.51 | 25.34 | 89.51 | - |
| YUV | 139.33 | 187.63 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 245 | 0.44 | 0.51 | 0 | 0.04 | 248.16 | 0.86 | 0.72 |
| Hex | 89 | 78 | F5 | 2C | 33 | 0 | 4 | F8 | 56 | 48 |
| Octal | 211 | 170 | 365 | 54 | 63 | 0 | 4 | 370 | 126 | 110 |
| Binary | 10001001 | 1111000 | 11110101 | 101100 | 110011 | 0 | 100 | 11111000 | 1010110 | 1001000 |
Color Harmonies of #8978F5
Complementary color
Monochromatic Colors of #8978F5
Black with #8978F5
Text Example
Text Example
White with #8978F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978F5; }
p { color: rgb(137,120,245); }
H1.HeaderClassName
{
color: #8978F5;
}
.AnyTagClassName
{
color: #8978F5;
}
</style>
background-color css
<style>
a { background-color: #8978F5; }
a { background-color: rgb(137,120,245); }
div.DivClassName
{
background-color: #8978F5;
}
.BgClassName
{
background-color: #8978F5;
}
</style>
border-color css
<style>
span { border-color: #8978F5; }
span { border-color: rgb(137,120,245); }
td.TdClassName
{
border-color: #8978F5;
}
.TagClassName
{
border-color: #8978F5;
}
</style>