Shades of Gull Grey #9EA8AC
Tints of Gull Grey #9EA8AC
RGB
CMYK
RGB Variations
Color information
#9EA8AC (or 0x9EA8AC) is known color: Gull Grey. HEX triplet: 9E, A8 and AC. RGB value is (158,168,172). Sum of RGB (Red+Green+Blue) = 158+168+172=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 172 - color contains mainly: blue. Hex color #9EA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA8AC is #615753. Grayscale: #A5A5A5. Windows color (decimal): -6379348 or 11315358. OLE color: 11315358.
HSL color Cylindrical-coordinate representation of color #9EA8AC: hue angle of 197.14º 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 #9EA8AC is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 168 | 172 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.33 |
| HSL | 197.14º | 0.08% | 0.65% | - |
| HSV(B) | 197.14º | 0.08% | 0.67% | - |
| XYZ | 35.55 | 38.25 | 44.54 | - |
| YUV | 165.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 172 | 0.08 | 0.02 | 0 | 0.33 | 197.14 | 0.08 | 0.65 |
| Hex | 9E | A8 | AC | 8 | 2 | 0 | 21 | C5 | 8 | 41 |
| Octal | 236 | 250 | 254 | 10 | 2 | 0 | 41 | 305 | 10 | 101 |
| Binary | 10011110 | 10101000 | 10101100 | 1000 | 10 | 0 | 100001 | 11000101 | 1000 | 1000001 |
Color Harmonies of #9EA8AC
Complementary color
Monochromatic Colors of #9EA8AC
Black with #9EA8AC
Text Example
Text Example
White with #9EA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA8AC; }
p { color: rgb(158,168,172); }
H1.HeaderClassName
{
color: #9EA8AC;
}
.AnyTagClassName
{
color: #9EA8AC;
}
</style>
background-color css
<style>
a { background-color: #9EA8AC; }
a { background-color: rgb(158,168,172); }
div.DivClassName
{
background-color: #9EA8AC;
}
.BgClassName
{
background-color: #9EA8AC;
}
</style>
border-color css
<style>
span { border-color: #9EA8AC; }
span { border-color: rgb(158,168,172); }
td.TdClassName
{
border-color: #9EA8AC;
}
.TagClassName
{
border-color: #9EA8AC;
}
</style>