Shades of Edward #9EAEA1
Tints of Edward #9EAEA1
RGB
CMYK
RGB Variations
Color information
#9EAEA1 (or 0x9EAEA1) is known color: Edward. HEX triplet: 9E, AE and A1. RGB value is (158,174,161). Sum of RGB (Red+Green+Blue) = 158+174+161=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAEA1 is #61515E. Grayscale: #A7A7A7. Windows color (decimal): -6377823 or 10595998. OLE color: 10595998.
HSL color Cylindrical-coordinate representation of color #9EAEA1: hue angle of 131.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EAEA1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 174 | 161 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.32 |
| HSL | 131.25º | 0.09% | 0.65% | - |
| HSV(B) | 131.25º | 0.09% | 0.68% | - |
| XYZ | 35.67 | 40.11 | 39.58 | - |
| YUV | 167.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 174 | 161 | 0.09 | 0 | 0.07 | 0.32 | 131.25 | 0.09 | 0.65 |
| Hex | 9E | AE | A1 | 9 | 0 | 7 | 20 | 83 | 9 | 41 |
| Octal | 236 | 256 | 241 | 11 | 0 | 7 | 40 | 203 | 11 | 101 |
| Binary | 10011110 | 10101110 | 10100001 | 1001 | 0 | 111 | 100000 | 10000011 | 1001 | 1000001 |
Color Harmonies of #9EAEA1
Complementary color
Monochromatic Colors of #9EAEA1
Black with #9EAEA1
Text Example
Text Example
White with #9EAEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAEA1; }
p { color: rgb(158,174,161); }
H1.HeaderClassName
{
color: #9EAEA1;
}
.AnyTagClassName
{
color: #9EAEA1;
}
</style>
background-color css
<style>
a { background-color: #9EAEA1; }
a { background-color: rgb(158,174,161); }
div.DivClassName
{
background-color: #9EAEA1;
}
.BgClassName
{
background-color: #9EAEA1;
}
</style>
border-color css
<style>
span { border-color: #9EAEA1; }
span { border-color: rgb(158,174,161); }
td.TdClassName
{
border-color: #9EAEA1;
}
.TagClassName
{
border-color: #9EAEA1;
}
</style>