Shades of Gull Grey #9EABAC
Tints of Gull Grey #9EABAC
RGB
CMYK
RGB Variations
Color information
#9EABAC (or 0x9EABAC) is known color: Gull Grey. HEX triplet: 9E, AB and AC. RGB value is (158,171,172). Sum of RGB (Red+Green+Blue) = 158+171+172=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 172 - color contains mainly: blue. Hex color #9EABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EABAC is #615453. Grayscale: #A7A7A7. Windows color (decimal): -6378580 or 11316126. OLE color: 11316126.
HSL color Cylindrical-coordinate representation of color #9EABAC: hue angle of 184.29º 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 #9EABAC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 172 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.33 |
| HSL | 184.29º | 0.08% | 0.65% | - |
| HSV(B) | 184.29º | 0.08% | 0.67% | - |
| XYZ | 36.11 | 39.37 | 44.73 | - |
| YUV | 167.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 172 | 0.08 | 0.01 | 0 | 0.33 | 184.29 | 0.08 | 0.65 |
| Hex | 9E | AB | AC | 8 | 1 | 0 | 21 | B8 | 8 | 41 |
| Octal | 236 | 253 | 254 | 10 | 1 | 0 | 41 | 270 | 10 | 101 |
| Binary | 10011110 | 10101011 | 10101100 | 1000 | 1 | 0 | 100001 | 10111000 | 1000 | 1000001 |
Color Harmonies of #9EABAC
Complementary color
Monochromatic Colors of #9EABAC
Black with #9EABAC
Text Example
Text Example
White with #9EABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABAC; }
p { color: rgb(158,171,172); }
H1.HeaderClassName
{
color: #9EABAC;
}
.AnyTagClassName
{
color: #9EABAC;
}
</style>
background-color css
<style>
a { background-color: #9EABAC; }
a { background-color: rgb(158,171,172); }
div.DivClassName
{
background-color: #9EABAC;
}
.BgClassName
{
background-color: #9EABAC;
}
</style>
border-color css
<style>
span { border-color: #9EABAC; }
span { border-color: rgb(158,171,172); }
td.TdClassName
{
border-color: #9EABAC;
}
.TagClassName
{
border-color: #9EABAC;
}
</style>