Shades of East Side #9E91AB
Tints of East Side #9E91AB
RGB
CMYK
RGB Variations
Color information
#9E91AB (or 0x9E91AB) is known color: East Side. HEX triplet: 9E, 91 and AB. RGB value is (158,145,171). Sum of RGB (Red+Green+Blue) = 158+145+171=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E91AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E91AB is #616E54. Grayscale: #979797. Windows color (decimal): -6385237 or 11243934. OLE color: 11243934.
HSL color Cylindrical-coordinate representation of color #9E91AB: hue angle of 270º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9E91AB is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 145 | 171 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.33 |
| HSL | 270º | 0.13% | 0.62% | - |
| HSV(B) | 270º | 0.15% | 0.67% | - |
| XYZ | 31.58 | 30.46 | 42.74 | - |
| YUV | 151.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 171 | 0.08 | 0.15 | 0 | 0.33 | 270 | 0.13 | 0.62 |
| Hex | 9E | 91 | AB | 8 | F | 0 | 21 | 10E | D | 3E |
| Octal | 236 | 221 | 253 | 10 | 17 | 0 | 41 | 416 | 15 | 76 |
| Binary | 10011110 | 10010001 | 10101011 | 1000 | 1111 | 0 | 100001 | 100001110 | 1101 | 111110 |
Color Harmonies of #9E91AB
Complementary color
Monochromatic Colors of #9E91AB
Black with #9E91AB
Text Example
Text Example
White with #9E91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E91AB; }
p { color: rgb(158,145,171); }
H1.HeaderClassName
{
color: #9E91AB;
}
.AnyTagClassName
{
color: #9E91AB;
}
</style>
background-color css
<style>
a { background-color: #9E91AB; }
a { background-color: rgb(158,145,171); }
div.DivClassName
{
background-color: #9E91AB;
}
.BgClassName
{
background-color: #9E91AB;
}
</style>
border-color css
<style>
span { border-color: #9E91AB; }
span { border-color: rgb(158,145,171); }
td.TdClassName
{
border-color: #9E91AB;
}
.TagClassName
{
border-color: #9E91AB;
}
</style>