Shades of Gull Grey #9BA8AF
Tints of Gull Grey #9BA8AF
RGB
CMYK
RGB Variations
Color information
#9BA8AF (or 0x9BA8AF) is known color: Gull Grey. HEX triplet: 9B, A8 and AF. RGB value is (155,168,175). Sum of RGB (Red+Green+Blue) = 155+168+175=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #9BA8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA8AF is #645750. Grayscale: #A4A4A4. Windows color (decimal): -6575953 or 11511963. OLE color: 11511963.
HSL color Cylindrical-coordinate representation of color #9BA8AF: hue angle of 201º 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 #9BA8AF is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 168 | 175 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.31 |
| HSL | 201º | 0.11% | 0.65% | - |
| HSV(B) | 201º | 0.11% | 0.69% | - |
| XYZ | 35.26 | 38.07 | 46.05 | - |
| YUV | 164.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 175 | 0.11 | 0.04 | 0 | 0.31 | 201 | 0.11 | 0.65 |
| Hex | 9B | A8 | AF | B | 4 | 0 | 1F | C9 | B | 41 |
| Octal | 233 | 250 | 257 | 13 | 4 | 0 | 37 | 311 | 13 | 101 |
| Binary | 10011011 | 10101000 | 10101111 | 1011 | 100 | 0 | 11111 | 11001001 | 1011 | 1000001 |
Color Harmonies of #9BA8AF
Complementary color
Monochromatic Colors of #9BA8AF
Black with #9BA8AF
Text Example
Text Example
White with #9BA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA8AF; }
p { color: rgb(155,168,175); }
H1.HeaderClassName
{
color: #9BA8AF;
}
.AnyTagClassName
{
color: #9BA8AF;
}
</style>
background-color css
<style>
a { background-color: #9BA8AF; }
a { background-color: rgb(155,168,175); }
div.DivClassName
{
background-color: #9BA8AF;
}
.BgClassName
{
background-color: #9BA8AF;
}
</style>
border-color css
<style>
span { border-color: #9BA8AF; }
span { border-color: rgb(155,168,175); }
td.TdClassName
{
border-color: #9BA8AF;
}
.TagClassName
{
border-color: #9BA8AF;
}
</style>