Shades of East Side #9F8DAC
Tints of East Side #9F8DAC
RGB
CMYK
RGB Variations
Color information
#9F8DAC (or 0x9F8DAC) is known color: East Side. HEX triplet: 9F, 8D and AC. RGB value is (159,141,172). Sum of RGB (Red+Green+Blue) = 159+141+172=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8DAC is #607253. Grayscale: #959595. Windows color (decimal): -6320724 or 11308447. OLE color: 11308447.
HSL color Cylindrical-coordinate representation of color #9F8DAC: hue angle of 274.84º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F8DAC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 141 | 172 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.33 |
| HSL | 274.84º | 0.16% | 0.61% | - |
| HSV(B) | 274.84º | 0.18% | 0.67% | - |
| XYZ | 31.27 | 29.4 | 43.06 | - |
| YUV | 149.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 172 | 0.08 | 0.18 | 0 | 0.33 | 274.84 | 0.16 | 0.61 |
| Hex | 9F | 8D | AC | 8 | 12 | 0 | 21 | 113 | 10 | 3D |
| Octal | 237 | 215 | 254 | 10 | 22 | 0 | 41 | 423 | 20 | 75 |
| Binary | 10011111 | 10001101 | 10101100 | 1000 | 10010 | 0 | 100001 | 100010011 | 10000 | 111101 |
Color Harmonies of #9F8DAC
Complementary color
Monochromatic Colors of #9F8DAC
Black with #9F8DAC
Text Example
Text Example
White with #9F8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8DAC; }
p { color: rgb(159,141,172); }
H1.HeaderClassName
{
color: #9F8DAC;
}
.AnyTagClassName
{
color: #9F8DAC;
}
</style>
background-color css
<style>
a { background-color: #9F8DAC; }
a { background-color: rgb(159,141,172); }
div.DivClassName
{
background-color: #9F8DAC;
}
.BgClassName
{
background-color: #9F8DAC;
}
</style>
border-color css
<style>
span { border-color: #9F8DAC; }
span { border-color: rgb(159,141,172); }
td.TdClassName
{
border-color: #9F8DAC;
}
.TagClassName
{
border-color: #9F8DAC;
}
</style>