Shades of Light Slate Blue #8E6BFD
Tints of Light Slate Blue #8E6BFD
RGB
CMYK
RGB Variations
Color information
#8E6BFD (or 0x8E6BFD) is known color: Light Slate Blue. HEX triplet: 8E, 6B and FD. RGB value is (142,107,253). Sum of RGB (Red+Green+Blue) = 142+107+253=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E6BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6BFD is #719402. Grayscale: #858585. Windows color (decimal): -7443459 or 16608142. OLE color: 16608142.
HSL color Cylindrical-coordinate representation of color #8E6BFD: hue angle of 254.38º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E6BFD is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 107 | 253 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.01 |
| HSL | 254.38º | 0.97% | 0.71% | - |
| HSV(B) | 254.38º | 0.58% | 0.99% | - |
| XYZ | 34.14 | 23.36 | 95.64 | - |
| YUV | 134.11 | 195.1 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 107 | 253 | 0.44 | 0.58 | 0 | 0.01 | 254.38 | 0.97 | 0.71 |
| Hex | 8E | 6B | FD | 2C | 3A | 0 | 1 | FE | 61 | 47 |
| Octal | 216 | 153 | 375 | 54 | 72 | 0 | 1 | 376 | 141 | 107 |
| Binary | 10001110 | 1101011 | 11111101 | 101100 | 111010 | 0 | 1 | 11111110 | 1100001 | 1000111 |
Color Harmonies of #8E6BFD
Complementary color
Monochromatic Colors of #8E6BFD
Black with #8E6BFD
Text Example
Text Example
White with #8E6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6BFD; }
p { color: rgb(142,107,253); }
H1.HeaderClassName
{
color: #8E6BFD;
}
.AnyTagClassName
{
color: #8E6BFD;
}
</style>
background-color css
<style>
a { background-color: #8E6BFD; }
a { background-color: rgb(142,107,253); }
div.DivClassName
{
background-color: #8E6BFD;
}
.BgClassName
{
background-color: #8E6BFD;
}
</style>
border-color css
<style>
span { border-color: #8E6BFD; }
span { border-color: rgb(142,107,253); }
td.TdClassName
{
border-color: #8E6BFD;
}
.TagClassName
{
border-color: #8E6BFD;
}
</style>