Shades of Light Slate Blue #8E6BFE
Tints of Light Slate Blue #8E6BFE
RGB
CMYK
RGB Variations
Color information
#8E6BFE (or 0x8E6BFE) is known color: Light Slate Blue. HEX triplet: 8E, 6B and FE. RGB value is (142,107,254). Sum of RGB (Red+Green+Blue) = 142+107+254=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E6BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6BFE is #719401. Grayscale: #858585. Windows color (decimal): -7443458 or 16673678. OLE color: 16673678.
HSL color Cylindrical-coordinate representation of color #8E6BFE: hue angle of 254.29º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E6BFE is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 107 | 254 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.00 |
| HSL | 254.29º | 0.99% | 0.71% | - |
| HSV(B) | 254.29º | 0.58% | 1% | - |
| XYZ | 34.3 | 23.42 | 96.48 | - |
| YUV | 134.22 | 195.6 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 107 | 254 | 0.44 | 0.58 | 0 | 0.00 | 254.29 | 0.99 | 0.71 |
| Hex | 8E | 6B | FE | 2C | 3A | 0 | 0 | FE | 63 | 47 |
| Octal | 216 | 153 | 376 | 54 | 72 | 0 | 0 | 376 | 143 | 107 |
| Binary | 10001110 | 1101011 | 11111110 | 101100 | 111010 | 0 | 0 | 11111110 | 1100011 | 1000111 |
Color Harmonies of #8E6BFE
Complementary color
Monochromatic Colors of #8E6BFE
Black with #8E6BFE
Text Example
Text Example
White with #8E6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6BFE; }
p { color: rgb(142,107,254); }
H1.HeaderClassName
{
color: #8E6BFE;
}
.AnyTagClassName
{
color: #8E6BFE;
}
</style>
background-color css
<style>
a { background-color: #8E6BFE; }
a { background-color: rgb(142,107,254); }
div.DivClassName
{
background-color: #8E6BFE;
}
.BgClassName
{
background-color: #8E6BFE;
}
</style>
border-color css
<style>
span { border-color: #8E6BFE; }
span { border-color: rgb(142,107,254); }
td.TdClassName
{
border-color: #8E6BFE;
}
.TagClassName
{
border-color: #8E6BFE;
}
</style>