Shades of Light Slate Blue #8E8AFC
Tints of Light Slate Blue #8E8AFC
RGB
CMYK
RGB Variations
Color information
#8E8AFC (or 0x8E8AFC) is known color: Light Slate Blue. HEX triplet: 8E, 8A and FC. RGB value is (142,138,252). Sum of RGB (Red+Green+Blue) = 142+138+252=532 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.69% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E8AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8AFC is #717503. Grayscale: #979797. Windows color (decimal): -7435524 or 16550542. OLE color: 16550542.
HSL color Cylindrical-coordinate representation of color #8E8AFC: hue angle of 242.11º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E8AFC is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 138 | 252 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.01 |
| HSL | 242.11º | 0.95% | 0.76% | - |
| HSV(B) | 242.11º | 0.45% | 0.99% | - |
| XYZ | 37.81 | 30.96 | 96.08 | - |
| YUV | 152.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 252 | 0.44 | 0.45 | 0 | 0.01 | 242.11 | 0.95 | 0.76 |
| Hex | 8E | 8A | FC | 2C | 2D | 0 | 1 | F2 | 5F | 4C |
| Octal | 216 | 212 | 374 | 54 | 55 | 0 | 1 | 362 | 137 | 114 |
| Binary | 10001110 | 10001010 | 11111100 | 101100 | 101101 | 0 | 1 | 11110010 | 1011111 | 1001100 |
Color Harmonies of #8E8AFC
Complementary color
Monochromatic Colors of #8E8AFC
Black with #8E8AFC
Text Example
Text Example
White with #8E8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8AFC; }
p { color: rgb(142,138,252); }
H1.HeaderClassName
{
color: #8E8AFC;
}
.AnyTagClassName
{
color: #8E8AFC;
}
</style>
background-color css
<style>
a { background-color: #8E8AFC; }
a { background-color: rgb(142,138,252); }
div.DivClassName
{
background-color: #8E8AFC;
}
.BgClassName
{
background-color: #8E8AFC;
}
</style>
border-color css
<style>
span { border-color: #8E8AFC; }
span { border-color: rgb(142,138,252); }
td.TdClassName
{
border-color: #8E8AFC;
}
.TagClassName
{
border-color: #8E8AFC;
}
</style>