Shades of Gull Grey #9BA9AB
Tints of Gull Grey #9BA9AB
RGB
CMYK
RGB Variations
Color information
#9BA9AB (or 0x9BA9AB) is known color: Gull Grey. HEX triplet: 9B, A9 and AB. RGB value is (155,169,171). Sum of RGB (Red+Green+Blue) = 155+169+171=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: blue. Hex color #9BA9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA9AB is #645654. Grayscale: #A5A5A5. Windows color (decimal): -6575701 or 11250075. OLE color: 11250075.
HSL color Cylindrical-coordinate representation of color #9BA9AB: hue angle of 187.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9BA9AB is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 169 | 171 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.33 |
| HSL | 187.5º | 0.09% | 0.64% | - |
| HSV(B) | 187.5º | 0.09% | 0.67% | - |
| XYZ | 35.06 | 38.28 | 44.07 | - |
| YUV | 165.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 171 | 0.09 | 0.01 | 0 | 0.33 | 187.5 | 0.09 | 0.64 |
| Hex | 9B | A9 | AB | 9 | 1 | 0 | 21 | BC | 9 | 40 |
| Octal | 233 | 251 | 253 | 11 | 1 | 0 | 41 | 274 | 11 | 100 |
| Binary | 10011011 | 10101001 | 10101011 | 1001 | 1 | 0 | 100001 | 10111100 | 1001 | 1000000 |
Color Harmonies of #9BA9AB
Complementary color
Monochromatic Colors of #9BA9AB
Black with #9BA9AB
Text Example
Text Example
White with #9BA9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9AB; }
p { color: rgb(155,169,171); }
H1.HeaderClassName
{
color: #9BA9AB;
}
.AnyTagClassName
{
color: #9BA9AB;
}
</style>
background-color css
<style>
a { background-color: #9BA9AB; }
a { background-color: rgb(155,169,171); }
div.DivClassName
{
background-color: #9BA9AB;
}
.BgClassName
{
background-color: #9BA9AB;
}
</style>
border-color css
<style>
span { border-color: #9BA9AB; }
span { border-color: rgb(155,169,171); }
td.TdClassName
{
border-color: #9BA9AB;
}
.TagClassName
{
border-color: #9BA9AB;
}
</style>