Shades of East Side #9E8EAC
Tints of East Side #9E8EAC
RGB
CMYK
RGB Variations
Color information
#9E8EAC (or 0x9E8EAC) is known color: East Side. HEX triplet: 9E, 8E and AC. RGB value is (158,142,172). Sum of RGB (Red+Green+Blue) = 158+142+172=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E8EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8EAC is #617153. Grayscale: #969696. Windows color (decimal): -6386004 or 11308702. OLE color: 11308702.
HSL color Cylindrical-coordinate representation of color #9E8EAC: hue angle of 272º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E8EAC is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 142 | 172 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.33 |
| HSL | 272º | 0.15% | 0.62% | - |
| HSV(B) | 272º | 0.17% | 0.67% | - |
| XYZ | 31.22 | 29.59 | 43.1 | - |
| YUV | 150.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 142 | 172 | 0.08 | 0.17 | 0 | 0.33 | 272 | 0.15 | 0.62 |
| Hex | 9E | 8E | AC | 8 | 11 | 0 | 21 | 110 | F | 3E |
| Octal | 236 | 216 | 254 | 10 | 21 | 0 | 41 | 420 | 17 | 76 |
| Binary | 10011110 | 10001110 | 10101100 | 1000 | 10001 | 0 | 100001 | 100010000 | 1111 | 111110 |
Color Harmonies of #9E8EAC
Complementary color
Monochromatic Colors of #9E8EAC
Black with #9E8EAC
Text Example
Text Example
White with #9E8EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8EAC; }
p { color: rgb(158,142,172); }
H1.HeaderClassName
{
color: #9E8EAC;
}
.AnyTagClassName
{
color: #9E8EAC;
}
</style>
background-color css
<style>
a { background-color: #9E8EAC; }
a { background-color: rgb(158,142,172); }
div.DivClassName
{
background-color: #9E8EAC;
}
.BgClassName
{
background-color: #9E8EAC;
}
</style>
border-color css
<style>
span { border-color: #9E8EAC; }
span { border-color: rgb(158,142,172); }
td.TdClassName
{
border-color: #9E8EAC;
}
.TagClassName
{
border-color: #9E8EAC;
}
</style>