Shades of East Side #9F93AB
Tints of East Side #9F93AB
RGB
CMYK
RGB Variations
Color information
#9F93AB (or 0x9F93AB) is known color: East Side. HEX triplet: 9F, 93 and AB. RGB value is (159,147,171). Sum of RGB (Red+Green+Blue) = 159+147+171=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F93AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F93AB is #606C54. Grayscale: #999999. Windows color (decimal): -6319189 or 11244447. OLE color: 11244447.
HSL color Cylindrical-coordinate representation of color #9F93AB: hue angle of 270º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F93AB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 147 | 171 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.33 |
| HSL | 270º | 0.13% | 0.62% | - |
| HSV(B) | 270º | 0.14% | 0.67% | - |
| XYZ | 32.08 | 31.18 | 42.86 | - |
| YUV | 153.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 171 | 0.07 | 0.14 | 0 | 0.33 | 270 | 0.13 | 0.62 |
| Hex | 9F | 93 | AB | 7 | E | 0 | 21 | 10E | C | 3E |
| Octal | 237 | 223 | 253 | 7 | 16 | 0 | 41 | 416 | 14 | 76 |
| Binary | 10011111 | 10010011 | 10101011 | 111 | 1110 | 0 | 100001 | 100001110 | 1100 | 111110 |
Color Harmonies of #9F93AB
Complementary color
Monochromatic Colors of #9F93AB
Black with #9F93AB
Text Example
Text Example
White with #9F93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F93AB; }
p { color: rgb(159,147,171); }
H1.HeaderClassName
{
color: #9F93AB;
}
.AnyTagClassName
{
color: #9F93AB;
}
</style>
background-color css
<style>
a { background-color: #9F93AB; }
a { background-color: rgb(159,147,171); }
div.DivClassName
{
background-color: #9F93AB;
}
.BgClassName
{
background-color: #9F93AB;
}
</style>
border-color css
<style>
span { border-color: #9F93AB; }
span { border-color: rgb(159,147,171); }
td.TdClassName
{
border-color: #9F93AB;
}
.TagClassName
{
border-color: #9F93AB;
}
</style>