Shades of Light Slate Blue #8978FE
Tints of Light Slate Blue #8978FE
RGB
CMYK
RGB Variations
Color information
#8978FE (or 0x8978FE) is known color: Light Slate Blue. HEX triplet: 89, 78 and FE. RGB value is (137,120,254). Sum of RGB (Red+Green+Blue) = 137+120+254=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #8978FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8978FE is #768701. Grayscale: #8B8B8B. Windows color (decimal): -7767810 or 16677001. OLE color: 16677001.
HSL color Cylindrical-coordinate representation of color #8978FE: hue angle of 247.61º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8978FE is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 120 | 254 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.00 |
| HSL | 247.61º | 0.99% | 0.73% | - |
| HSV(B) | 247.61º | 0.53% | 1% | - |
| XYZ | 34.92 | 25.91 | 96.93 | - |
| YUV | 140.36 | 192.13 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 254 | 0.46 | 0.53 | 0 | 0.00 | 247.61 | 0.99 | 0.73 |
| Hex | 89 | 78 | FE | 2E | 35 | 0 | 0 | F8 | 63 | 49 |
| Octal | 211 | 170 | 376 | 56 | 65 | 0 | 0 | 370 | 143 | 111 |
| Binary | 10001001 | 1111000 | 11111110 | 101110 | 110101 | 0 | 0 | 11111000 | 1100011 | 1001001 |
Color Harmonies of #8978FE
Complementary color
Monochromatic Colors of #8978FE
Black with #8978FE
Text Example
Text Example
White with #8978FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978FE; }
p { color: rgb(137,120,254); }
H1.HeaderClassName
{
color: #8978FE;
}
.AnyTagClassName
{
color: #8978FE;
}
</style>
background-color css
<style>
a { background-color: #8978FE; }
a { background-color: rgb(137,120,254); }
div.DivClassName
{
background-color: #8978FE;
}
.BgClassName
{
background-color: #8978FE;
}
</style>
border-color css
<style>
span { border-color: #8978FE; }
span { border-color: rgb(137,120,254); }
td.TdClassName
{
border-color: #8978FE;
}
.TagClassName
{
border-color: #8978FE;
}
</style>