Shades of East Side #9F88AE
Tints of East Side #9F88AE
RGB
CMYK
RGB Variations
Color information
#9F88AE (or 0x9F88AE) is known color: East Side. HEX triplet: 9F, 88 and AE. RGB value is (159,136,174). Sum of RGB (Red+Green+Blue) = 159+136+174=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F88AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F88AE is #607751. Grayscale: #939393. Windows color (decimal): -6322002 or 11438239. OLE color: 11438239.
HSL color Cylindrical-coordinate representation of color #9F88AE: hue angle of 276.32º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F88AE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 136 | 174 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.32 |
| HSL | 276.32º | 0.19% | 0.61% | - |
| HSV(B) | 276.32º | 0.22% | 0.68% | - |
| XYZ | 30.74 | 28.04 | 43.84 | - |
| YUV | 147.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 174 | 0.09 | 0.22 | 0 | 0.32 | 276.32 | 0.19 | 0.61 |
| Hex | 9F | 88 | AE | 9 | 16 | 0 | 20 | 114 | 13 | 3D |
| Octal | 237 | 210 | 256 | 11 | 26 | 0 | 40 | 424 | 23 | 75 |
| Binary | 10011111 | 10001000 | 10101110 | 1001 | 10110 | 0 | 100000 | 100010100 | 10011 | 111101 |
Color Harmonies of #9F88AE
Complementary color
Monochromatic Colors of #9F88AE
Black with #9F88AE
Text Example
Text Example
White with #9F88AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F88AE; }
p { color: rgb(159,136,174); }
H1.HeaderClassName
{
color: #9F88AE;
}
.AnyTagClassName
{
color: #9F88AE;
}
</style>
background-color css
<style>
a { background-color: #9F88AE; }
a { background-color: rgb(159,136,174); }
div.DivClassName
{
background-color: #9F88AE;
}
.BgClassName
{
background-color: #9F88AE;
}
</style>
border-color css
<style>
span { border-color: #9F88AE; }
span { border-color: rgb(159,136,174); }
td.TdClassName
{
border-color: #9F88AE;
}
.TagClassName
{
border-color: #9F88AE;
}
</style>