Shades of East Side #9F94AA
Tints of East Side #9F94AA
RGB
CMYK
RGB Variations
Color information
#9F94AA (or 0x9F94AA) is known color: East Side. HEX triplet: 9F, 94 and AA. RGB value is (159,148,170). Sum of RGB (Red+Green+Blue) = 159+148+170=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F94AA is #606B55. Grayscale: #999999. Windows color (decimal): -6318934 or 11179167. OLE color: 11179167.
HSL color Cylindrical-coordinate representation of color #9F94AA: hue angle of 270º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9F94AA is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 148 | 170 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.33 |
| HSL | 270º | 0.11% | 0.62% | - |
| HSV(B) | 270º | 0.13% | 0.67% | - |
| XYZ | 32.14 | 31.45 | 42.41 | - |
| YUV | 153.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 170 | 0.06 | 0.13 | 0 | 0.33 | 270 | 0.11 | 0.62 |
| Hex | 9F | 94 | AA | 6 | D | 0 | 21 | 10E | B | 3E |
| Octal | 237 | 224 | 252 | 6 | 15 | 0 | 41 | 416 | 13 | 76 |
| Binary | 10011111 | 10010100 | 10101010 | 110 | 1101 | 0 | 100001 | 100001110 | 1011 | 111110 |
Color Harmonies of #9F94AA
Complementary color
Monochromatic Colors of #9F94AA
Black with #9F94AA
Text Example
Text Example
White with #9F94AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F94AA; }
p { color: rgb(159,148,170); }
H1.HeaderClassName
{
color: #9F94AA;
}
.AnyTagClassName
{
color: #9F94AA;
}
</style>
background-color css
<style>
a { background-color: #9F94AA; }
a { background-color: rgb(159,148,170); }
div.DivClassName
{
background-color: #9F94AA;
}
.BgClassName
{
background-color: #9F94AA;
}
</style>
border-color css
<style>
span { border-color: #9F94AA; }
span { border-color: rgb(159,148,170); }
td.TdClassName
{
border-color: #9F94AA;
}
.TagClassName
{
border-color: #9F94AA;
}
</style>