Shades of East Side #9F8EAC
Tints of East Side #9F8EAC
RGB
CMYK
RGB Variations
Color information
#9F8EAC (or 0x9F8EAC) is known color: East Side. HEX triplet: 9F, 8E and AC. RGB value is (159,142,172). Sum of RGB (Red+Green+Blue) = 159+142+172=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F8EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8EAC is #607153. Grayscale: #969696. Windows color (decimal): -6320468 or 11308703. OLE color: 11308703.
HSL color Cylindrical-coordinate representation of color #9F8EAC: hue angle of 274º 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 #9F8EAC is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 142 | 172 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.33 |
| HSL | 274º | 0.15% | 0.62% | - |
| HSV(B) | 274º | 0.17% | 0.67% | - |
| XYZ | 31.42 | 29.7 | 43.11 | - |
| YUV | 150.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 172 | 0.08 | 0.17 | 0 | 0.33 | 274 | 0.15 | 0.62 |
| Hex | 9F | 8E | AC | 8 | 11 | 0 | 21 | 112 | F | 3E |
| Octal | 237 | 216 | 254 | 10 | 21 | 0 | 41 | 422 | 17 | 76 |
| Binary | 10011111 | 10001110 | 10101100 | 1000 | 10001 | 0 | 100001 | 100010010 | 1111 | 111110 |
Color Harmonies of #9F8EAC
Complementary color
Monochromatic Colors of #9F8EAC
Black with #9F8EAC
Text Example
Text Example
White with #9F8EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8EAC; }
p { color: rgb(159,142,172); }
H1.HeaderClassName
{
color: #9F8EAC;
}
.AnyTagClassName
{
color: #9F8EAC;
}
</style>
background-color css
<style>
a { background-color: #9F8EAC; }
a { background-color: rgb(159,142,172); }
div.DivClassName
{
background-color: #9F8EAC;
}
.BgClassName
{
background-color: #9F8EAC;
}
</style>
border-color css
<style>
span { border-color: #9F8EAC; }
span { border-color: rgb(159,142,172); }
td.TdClassName
{
border-color: #9F8EAC;
}
.TagClassName
{
border-color: #9F8EAC;
}
</style>