Shades of Gull Grey #9BA9AF
Tints of Gull Grey #9BA9AF
RGB
CMYK
RGB Variations
Color information
#9BA9AF (or 0x9BA9AF) is known color: Gull Grey. HEX triplet: 9B, A9 and AF. RGB value is (155,169,175). Sum of RGB (Red+Green+Blue) = 155+169+175=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #9BA9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA9AF is #645650. Grayscale: #A5A5A5. Windows color (decimal): -6575697 or 11512219. OLE color: 11512219.
HSL color Cylindrical-coordinate representation of color #9BA9AF: hue angle of 198º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BA9AF is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 169 | 175 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.31 |
| HSL | 198º | 0.11% | 0.65% | - |
| HSV(B) | 198º | 0.11% | 0.69% | - |
| XYZ | 35.44 | 38.44 | 46.11 | - |
| YUV | 165.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 175 | 0.11 | 0.03 | 0 | 0.31 | 198 | 0.11 | 0.65 |
| Hex | 9B | A9 | AF | B | 3 | 0 | 1F | C6 | B | 41 |
| Octal | 233 | 251 | 257 | 13 | 3 | 0 | 37 | 306 | 13 | 101 |
| Binary | 10011011 | 10101001 | 10101111 | 1011 | 11 | 0 | 11111 | 11000110 | 1011 | 1000001 |
Color Harmonies of #9BA9AF
Complementary color
Monochromatic Colors of #9BA9AF
Black with #9BA9AF
Text Example
Text Example
White with #9BA9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9AF; }
p { color: rgb(155,169,175); }
H1.HeaderClassName
{
color: #9BA9AF;
}
.AnyTagClassName
{
color: #9BA9AF;
}
</style>
background-color css
<style>
a { background-color: #9BA9AF; }
a { background-color: rgb(155,169,175); }
div.DivClassName
{
background-color: #9BA9AF;
}
.BgClassName
{
background-color: #9BA9AF;
}
</style>
border-color css
<style>
span { border-color: #9BA9AF; }
span { border-color: rgb(155,169,175); }
td.TdClassName
{
border-color: #9BA9AF;
}
.TagClassName
{
border-color: #9BA9AF;
}
</style>