Shades of Light Slate Blue #8E76FE
Tints of Light Slate Blue #8E76FE
RGB
CMYK
RGB Variations
Color information
#8E76FE (or 0x8E76FE) is known color: Light Slate Blue. HEX triplet: 8E, 76 and FE. RGB value is (142,118,254). Sum of RGB (Red+Green+Blue) = 142+118+254=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E76FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E76FE is #718901. Grayscale: #8C8C8C. Windows color (decimal): -7440642 or 16676494. OLE color: 16676494.
HSL color Cylindrical-coordinate representation of color #8E76FE: hue angle of 250.59º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E76FE is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 118 | 254 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.00 |
| HSL | 250.59º | 0.99% | 0.73% | - |
| HSV(B) | 250.59º | 0.54% | 1% | - |
| XYZ | 35.52 | 25.86 | 96.89 | - |
| YUV | 140.68 | 191.95 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 118 | 254 | 0.44 | 0.54 | 0 | 0.00 | 250.59 | 0.99 | 0.73 |
| Hex | 8E | 76 | FE | 2C | 36 | 0 | 0 | FB | 63 | 49 |
| Octal | 216 | 166 | 376 | 54 | 66 | 0 | 0 | 373 | 143 | 111 |
| Binary | 10001110 | 1110110 | 11111110 | 101100 | 110110 | 0 | 0 | 11111011 | 1100011 | 1001001 |
Color Harmonies of #8E76FE
Complementary color
Monochromatic Colors of #8E76FE
Black with #8E76FE
Text Example
Text Example
White with #8E76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E76FE; }
p { color: rgb(142,118,254); }
H1.HeaderClassName
{
color: #8E76FE;
}
.AnyTagClassName
{
color: #8E76FE;
}
</style>
background-color css
<style>
a { background-color: #8E76FE; }
a { background-color: rgb(142,118,254); }
div.DivClassName
{
background-color: #8E76FE;
}
.BgClassName
{
background-color: #8E76FE;
}
</style>
border-color css
<style>
span { border-color: #8E76FE; }
span { border-color: rgb(142,118,254); }
td.TdClassName
{
border-color: #8E76FE;
}
.TagClassName
{
border-color: #8E76FE;
}
</style>