Shades of Light Slate Blue #8E91FF
Tints of Light Slate Blue #8E91FF
RGB
CMYK
RGB Variations
Color information
#8E91FF (or 0x8E91FF) is known color: Light Slate Blue. HEX triplet: 8E, 91 and FF. RGB value is (142,145,255). Sum of RGB (Red+Green+Blue) = 142+145+255=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E91FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E91FF is #716E00. Grayscale: #9C9C9C. Windows color (decimal): -7433729 or 16748942. OLE color: 16748942.
HSL color Cylindrical-coordinate representation of color #8E91FF: hue angle of 238.41º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E91FF is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 145 | 255 | - |
| CMYK | 0.44 | 0.43 | 0 | 0 |
| HSL | 238.41º | 1% | 0.78% | - |
| HSV(B) | 238.41º | 0.44% | 1% | - |
| XYZ | 39.33 | 33.22 | 98.95 | - |
| YUV | 156.64 | 183.51 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 145 | 255 | 0.44 | 0.43 | 0 | 0 | 238.41 | 1 | 0.78 |
| Hex | 8E | 91 | FF | 2C | 2B | 0 | 0 | EE | 64 | 4E |
| Octal | 216 | 221 | 377 | 54 | 53 | 0 | 0 | 356 | 144 | 116 |
| Binary | 10001110 | 10010001 | 11111111 | 101100 | 101011 | 0 | 0 | 11101110 | 1100100 | 1001110 |
Color Harmonies of #8E91FF
Complementary color
Monochromatic Colors of #8E91FF
Black with #8E91FF
Text Example
Text Example
White with #8E91FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E91FF; }
p { color: rgb(142,145,255); }
H1.HeaderClassName
{
color: #8E91FF;
}
.AnyTagClassName
{
color: #8E91FF;
}
</style>
background-color css
<style>
a { background-color: #8E91FF; }
a { background-color: rgb(142,145,255); }
div.DivClassName
{
background-color: #8E91FF;
}
.BgClassName
{
background-color: #8E91FF;
}
</style>
border-color css
<style>
span { border-color: #8E91FF; }
span { border-color: rgb(142,145,255); }
td.TdClassName
{
border-color: #8E91FF;
}
.TagClassName
{
border-color: #8E91FF;
}
</style>