Shades of Gull Grey #9EAAAC
Tints of Gull Grey #9EAAAC
RGB
CMYK
RGB Variations
Color information
#9EAAAC (or 0x9EAAAC) is known color: Gull Grey. HEX triplet: 9E, AA and AC. RGB value is (158,170,172). Sum of RGB (Red+Green+Blue) = 158+170+172=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 172 - color contains mainly: blue. Hex color #9EAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAAAC is #615553. Grayscale: #A6A6A6. Windows color (decimal): -6378836 or 11315870. OLE color: 11315870.
HSL color Cylindrical-coordinate representation of color #9EAAAC: hue angle of 188.57º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9EAAAC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 172 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.33 |
| HSL | 188.57º | 0.08% | 0.65% | - |
| HSV(B) | 188.57º | 0.08% | 0.67% | - |
| XYZ | 35.92 | 39 | 44.66 | - |
| YUV | 166.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 172 | 0.08 | 0.01 | 0 | 0.33 | 188.57 | 0.08 | 0.65 |
| Hex | 9E | AA | AC | 8 | 1 | 0 | 21 | BD | 8 | 41 |
| Octal | 236 | 252 | 254 | 10 | 1 | 0 | 41 | 275 | 10 | 101 |
| Binary | 10011110 | 10101010 | 10101100 | 1000 | 1 | 0 | 100001 | 10111101 | 1000 | 1000001 |
Color Harmonies of #9EAAAC
Complementary color
Monochromatic Colors of #9EAAAC
Black with #9EAAAC
Text Example
Text Example
White with #9EAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAAAC; }
p { color: rgb(158,170,172); }
H1.HeaderClassName
{
color: #9EAAAC;
}
.AnyTagClassName
{
color: #9EAAAC;
}
</style>
background-color css
<style>
a { background-color: #9EAAAC; }
a { background-color: rgb(158,170,172); }
div.DivClassName
{
background-color: #9EAAAC;
}
.BgClassName
{
background-color: #9EAAAC;
}
</style>
border-color css
<style>
span { border-color: #9EAAAC; }
span { border-color: rgb(158,170,172); }
td.TdClassName
{
border-color: #9EAAAC;
}
.TagClassName
{
border-color: #9EAAAC;
}
</style>