Shades of Grey Suit #8E89B1
Tints of Grey Suit #8E89B1
RGB
CMYK
RGB Variations
Color information
#8E89B1 (or 0x8E89B1) is known color: Grey Suit. HEX triplet: 8E, 89 and B1. RGB value is (142,137,177). Sum of RGB (Red+Green+Blue) = 142+137+177=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 177 - color contains mainly: blue. Hex color #8E89B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E89B1 is #71764E. Grayscale: #8E8E8E. Windows color (decimal): -7435855 or 11635086. OLE color: 11635086.
HSL color Cylindrical-coordinate representation of color #8E89B1: hue angle of 247.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E89B1 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 137 | 177 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.31 |
| HSL | 247.5º | 0.2% | 0.62% | - |
| HSV(B) | 247.5º | 0.23% | 0.69% | - |
| XYZ | 28.04 | 26.82 | 45.29 | - |
| YUV | 143.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 177 | 0.20 | 0.23 | 0 | 0.31 | 247.5 | 0.2 | 0.62 |
| Hex | 8E | 89 | B1 | 14 | 17 | 0 | 1F | F8 | 14 | 3E |
| Octal | 216 | 211 | 261 | 24 | 27 | 0 | 37 | 370 | 24 | 76 |
| Binary | 10001110 | 10001001 | 10110001 | 10100 | 10111 | 0 | 11111 | 11111000 | 10100 | 111110 |
Color Harmonies of #8E89B1
Complementary color
Monochromatic Colors of #8E89B1
Black with #8E89B1
Text Example
Text Example
White with #8E89B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E89B1; }
p { color: rgb(142,137,177); }
H1.HeaderClassName
{
color: #8E89B1;
}
.AnyTagClassName
{
color: #8E89B1;
}
</style>
background-color css
<style>
a { background-color: #8E89B1; }
a { background-color: rgb(142,137,177); }
div.DivClassName
{
background-color: #8E89B1;
}
.BgClassName
{
background-color: #8E89B1;
}
</style>
border-color css
<style>
span { border-color: #8E89B1; }
span { border-color: rgb(142,137,177); }
td.TdClassName
{
border-color: #8E89B1;
}
.TagClassName
{
border-color: #8E89B1;
}
</style>