Shades of Gull Grey #9EACB1
Tints of Gull Grey #9EACB1
RGB
CMYK
RGB Variations
Color information
#9EACB1 (or 0x9EACB1) is known color: Gull Grey. HEX triplet: 9E, AC and B1. RGB value is (158,172,177). Sum of RGB (Red+Green+Blue) = 158+172+177=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 177 - color contains mainly: blue. Hex color #9EACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EACB1 is #61534E. Grayscale: #A8A8A8. Windows color (decimal): -6378319 or 11644062. OLE color: 11644062.
HSL color Cylindrical-coordinate representation of color #9EACB1: hue angle of 195.79º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EACB1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 172 | 177 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.31 |
| HSL | 195.79º | 0.11% | 0.66% | - |
| HSV(B) | 195.79º | 0.11% | 0.69% | - |
| XYZ | 36.79 | 39.95 | 47.37 | - |
| YUV | 168.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 177 | 0.11 | 0.03 | 0 | 0.31 | 195.79 | 0.11 | 0.66 |
| Hex | 9E | AC | B1 | B | 3 | 0 | 1F | C4 | B | 42 |
| Octal | 236 | 254 | 261 | 13 | 3 | 0 | 37 | 304 | 13 | 102 |
| Binary | 10011110 | 10101100 | 10110001 | 1011 | 11 | 0 | 11111 | 11000100 | 1011 | 1000010 |
Color Harmonies of #9EACB1
Complementary color
Monochromatic Colors of #9EACB1
Black with #9EACB1
Text Example
Text Example
White with #9EACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACB1; }
p { color: rgb(158,172,177); }
H1.HeaderClassName
{
color: #9EACB1;
}
.AnyTagClassName
{
color: #9EACB1;
}
</style>
background-color css
<style>
a { background-color: #9EACB1; }
a { background-color: rgb(158,172,177); }
div.DivClassName
{
background-color: #9EACB1;
}
.BgClassName
{
background-color: #9EACB1;
}
</style>
border-color css
<style>
span { border-color: #9EACB1; }
span { border-color: rgb(158,172,177); }
td.TdClassName
{
border-color: #9EACB1;
}
.TagClassName
{
border-color: #9EACB1;
}
</style>