Shades of Gull Grey #9EA9AD
Tints of Gull Grey #9EA9AD
RGB
CMYK
RGB Variations
Color information
#9EA9AD (or 0x9EA9AD) is known color: Gull Grey. HEX triplet: 9E, A9 and AD. RGB value is (158,169,173). Sum of RGB (Red+Green+Blue) = 158+169+173=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 173 - color contains mainly: blue. Hex color #9EA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA9AD is #615652. Grayscale: #A6A6A6. Windows color (decimal): -6379091 or 11381150. OLE color: 11381150.
HSL color Cylindrical-coordinate representation of color #9EA9AD: hue angle of 196º degrees, saturation: 0.08, 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 #9EA9AD is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 169 | 173 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.32 |
| HSL | 196º | 0.08% | 0.65% | - |
| HSV(B) | 196º | 0.09% | 0.68% | - |
| XYZ | 35.83 | 38.66 | 45.11 | - |
| YUV | 166.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 173 | 0.09 | 0.02 | 0 | 0.32 | 196 | 0.08 | 0.65 |
| Hex | 9E | A9 | AD | 9 | 2 | 0 | 20 | C4 | 8 | 41 |
| Octal | 236 | 251 | 255 | 11 | 2 | 0 | 40 | 304 | 10 | 101 |
| Binary | 10011110 | 10101001 | 10101101 | 1001 | 10 | 0 | 100000 | 11000100 | 1000 | 1000001 |
Color Harmonies of #9EA9AD
Complementary color
Monochromatic Colors of #9EA9AD
Black with #9EA9AD
Text Example
Text Example
White with #9EA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA9AD; }
p { color: rgb(158,169,173); }
H1.HeaderClassName
{
color: #9EA9AD;
}
.AnyTagClassName
{
color: #9EA9AD;
}
</style>
background-color css
<style>
a { background-color: #9EA9AD; }
a { background-color: rgb(158,169,173); }
div.DivClassName
{
background-color: #9EA9AD;
}
.BgClassName
{
background-color: #9EA9AD;
}
</style>
border-color css
<style>
span { border-color: #9EA9AD; }
span { border-color: rgb(158,169,173); }
td.TdClassName
{
border-color: #9EA9AD;
}
.TagClassName
{
border-color: #9EA9AD;
}
</style>