Shades of Gull Grey #9EABB1
Tints of Gull Grey #9EABB1
RGB
CMYK
RGB Variations
Color information
#9EABB1 (or 0x9EABB1) is known color: Gull Grey. HEX triplet: 9E, AB and B1. RGB value is (158,171,177). Sum of RGB (Red+Green+Blue) = 158+171+177=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 177 - color contains mainly: blue. Hex color #9EABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EABB1 is #61544E. Grayscale: #A7A7A7. Windows color (decimal): -6378575 or 11643806. OLE color: 11643806.
HSL color Cylindrical-coordinate representation of color #9EABB1: hue angle of 198.95º 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 #9EABB1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 171 | 177 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.31 |
| HSL | 198.95º | 0.11% | 0.66% | - |
| HSV(B) | 198.95º | 0.11% | 0.69% | - |
| XYZ | 36.6 | 39.57 | 47.3 | - |
| YUV | 167.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 177 | 0.11 | 0.03 | 0 | 0.31 | 198.95 | 0.11 | 0.66 |
| Hex | 9E | AB | B1 | B | 3 | 0 | 1F | C7 | B | 42 |
| Octal | 236 | 253 | 261 | 13 | 3 | 0 | 37 | 307 | 13 | 102 |
| Binary | 10011110 | 10101011 | 10110001 | 1011 | 11 | 0 | 11111 | 11000111 | 1011 | 1000010 |
Color Harmonies of #9EABB1
Complementary color
Monochromatic Colors of #9EABB1
Black with #9EABB1
Text Example
Text Example
White with #9EABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABB1; }
p { color: rgb(158,171,177); }
H1.HeaderClassName
{
color: #9EABB1;
}
.AnyTagClassName
{
color: #9EABB1;
}
</style>
background-color css
<style>
a { background-color: #9EABB1; }
a { background-color: rgb(158,171,177); }
div.DivClassName
{
background-color: #9EABB1;
}
.BgClassName
{
background-color: #9EABB1;
}
</style>
border-color css
<style>
span { border-color: #9EABB1; }
span { border-color: rgb(158,171,177); }
td.TdClassName
{
border-color: #9EABB1;
}
.TagClassName
{
border-color: #9EABB1;
}
</style>