Shades of Light Slate Blue #8E8BF7
Tints of Light Slate Blue #8E8BF7
RGB
CMYK
RGB Variations
Color information
#8E8BF7 (or 0x8E8BF7) is known color: Light Slate Blue. HEX triplet: 8E, 8B and F7. RGB value is (142,139,247). Sum of RGB (Red+Green+Blue) = 142+139+247=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #8E8BF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8BF7 is #717408. Grayscale: #979797. Windows color (decimal): -7435273 or 16223118. OLE color: 16223118.
HSL color Cylindrical-coordinate representation of color #8E8BF7: hue angle of 241.67º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E8BF7 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 139 | 247 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.03 |
| HSL | 241.67º | 0.87% | 0.76% | - |
| HSV(B) | 241.67º | 0.44% | 0.97% | - |
| XYZ | 37.18 | 30.93 | 92.01 | - |
| YUV | 152.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 247 | 0.43 | 0.44 | 0 | 0.03 | 241.67 | 0.87 | 0.76 |
| Hex | 8E | 8B | F7 | 2B | 2C | 0 | 3 | F2 | 57 | 4C |
| Octal | 216 | 213 | 367 | 53 | 54 | 0 | 3 | 362 | 127 | 114 |
| Binary | 10001110 | 10001011 | 11110111 | 101011 | 101100 | 0 | 11 | 11110010 | 1010111 | 1001100 |
Color Harmonies of #8E8BF7
Complementary color
Monochromatic Colors of #8E8BF7
Black with #8E8BF7
Text Example
Text Example
White with #8E8BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8BF7; }
p { color: rgb(142,139,247); }
H1.HeaderClassName
{
color: #8E8BF7;
}
.AnyTagClassName
{
color: #8E8BF7;
}
</style>
background-color css
<style>
a { background-color: #8E8BF7; }
a { background-color: rgb(142,139,247); }
div.DivClassName
{
background-color: #8E8BF7;
}
.BgClassName
{
background-color: #8E8BF7;
}
</style>
border-color css
<style>
span { border-color: #8E8BF7; }
span { border-color: rgb(142,139,247); }
td.TdClassName
{
border-color: #8E8BF7;
}
.TagClassName
{
border-color: #8E8BF7;
}
</style>