Shades of Light Slate Blue #8D78FE
Tints of Light Slate Blue #8D78FE
RGB
CMYK
RGB Variations
Color information
#8D78FE (or 0x8D78FE) is known color: Light Slate Blue. HEX triplet: 8D, 78 and FE. RGB value is (141,120,254). Sum of RGB (Red+Green+Blue) = 141+120+254=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D78FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D78FE is #728701. Grayscale: #8D8D8D. Windows color (decimal): -7505666 or 16677005. OLE color: 16677005.
HSL color Cylindrical-coordinate representation of color #8D78FE: hue angle of 249.4º 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 #8D78FE is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 120 | 254 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.00 |
| HSL | 249.4º | 0.99% | 0.73% | - |
| HSV(B) | 249.4º | 0.53% | 1% | - |
| XYZ | 35.59 | 26.25 | 96.96 | - |
| YUV | 141.56 | 191.46 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 254 | 0.44 | 0.53 | 0 | 0.00 | 249.4 | 0.99 | 0.73 |
| Hex | 8D | 78 | FE | 2C | 35 | 0 | 0 | F9 | 63 | 49 |
| Octal | 215 | 170 | 376 | 54 | 65 | 0 | 0 | 371 | 143 | 111 |
| Binary | 10001101 | 1111000 | 11111110 | 101100 | 110101 | 0 | 0 | 11111001 | 1100011 | 1001001 |
Color Harmonies of #8D78FE
Complementary color
Monochromatic Colors of #8D78FE
Black with #8D78FE
Text Example
Text Example
White with #8D78FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D78FE; }
p { color: rgb(141,120,254); }
H1.HeaderClassName
{
color: #8D78FE;
}
.AnyTagClassName
{
color: #8D78FE;
}
</style>
background-color css
<style>
a { background-color: #8D78FE; }
a { background-color: rgb(141,120,254); }
div.DivClassName
{
background-color: #8D78FE;
}
.BgClassName
{
background-color: #8D78FE;
}
</style>
border-color css
<style>
span { border-color: #8D78FE; }
span { border-color: rgb(141,120,254); }
td.TdClassName
{
border-color: #8D78FE;
}
.TagClassName
{
border-color: #8D78FE;
}
</style>