Shades of East Side #9F92AB
Tints of East Side #9F92AB
RGB
CMYK
RGB Variations
Color information
#9F92AB (or 0x9F92AB) is known color: East Side. HEX triplet: 9F, 92 and AB. RGB value is (159,146,171). Sum of RGB (Red+Green+Blue) = 159+146+171=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F92AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F92AB is #606D54. Grayscale: #989898. Windows color (decimal): -6319445 or 11244191. OLE color: 11244191.
HSL color Cylindrical-coordinate representation of color #9F92AB: hue angle of 271.2º 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 #9F92AB is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 146 | 171 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.33 |
| HSL | 271.2º | 0.13% | 0.62% | - |
| HSV(B) | 271.2º | 0.15% | 0.67% | - |
| XYZ | 31.93 | 30.87 | 42.8 | - |
| YUV | 152.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 171 | 0.07 | 0.15 | 0 | 0.33 | 271.2 | 0.13 | 0.62 |
| Hex | 9F | 92 | AB | 7 | F | 0 | 21 | 10F | D | 3E |
| Octal | 237 | 222 | 253 | 7 | 17 | 0 | 41 | 417 | 15 | 76 |
| Binary | 10011111 | 10010010 | 10101011 | 111 | 1111 | 0 | 100001 | 100001111 | 1101 | 111110 |
Color Harmonies of #9F92AB
Complementary color
Monochromatic Colors of #9F92AB
Black with #9F92AB
Text Example
Text Example
White with #9F92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F92AB; }
p { color: rgb(159,146,171); }
H1.HeaderClassName
{
color: #9F92AB;
}
.AnyTagClassName
{
color: #9F92AB;
}
</style>
background-color css
<style>
a { background-color: #9F92AB; }
a { background-color: rgb(159,146,171); }
div.DivClassName
{
background-color: #9F92AB;
}
.BgClassName
{
background-color: #9F92AB;
}
</style>
border-color css
<style>
span { border-color: #9F92AB; }
span { border-color: rgb(159,146,171); }
td.TdClassName
{
border-color: #9F92AB;
}
.TagClassName
{
border-color: #9F92AB;
}
</style>