Shades of Gull Grey #9DA8AD
Tints of Gull Grey #9DA8AD
RGB
CMYK
RGB Variations
Color information
#9DA8AD (or 0x9DA8AD) is known color: Gull Grey. HEX triplet: 9D, A8 and AD. RGB value is (157,168,173). Sum of RGB (Red+Green+Blue) = 157+168+173=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #9DA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA8AD is #625752. Grayscale: #A5A5A5. Windows color (decimal): -6444883 or 11380893. OLE color: 11380893.
HSL color Cylindrical-coordinate representation of color #9DA8AD: hue angle of 198.75º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DA8AD is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 168 | 173 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.32 |
| HSL | 198.75º | 0.09% | 0.65% | - |
| HSV(B) | 198.75º | 0.09% | 0.68% | - |
| XYZ | 35.45 | 38.19 | 45.04 | - |
| YUV | 165.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 173 | 0.09 | 0.03 | 0 | 0.32 | 198.75 | 0.09 | 0.65 |
| Hex | 9D | A8 | AD | 9 | 3 | 0 | 20 | C7 | 9 | 41 |
| Octal | 235 | 250 | 255 | 11 | 3 | 0 | 40 | 307 | 11 | 101 |
| Binary | 10011101 | 10101000 | 10101101 | 1001 | 11 | 0 | 100000 | 11000111 | 1001 | 1000001 |
Color Harmonies of #9DA8AD
Complementary color
Monochromatic Colors of #9DA8AD
Black with #9DA8AD
Text Example
Text Example
White with #9DA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA8AD; }
p { color: rgb(157,168,173); }
H1.HeaderClassName
{
color: #9DA8AD;
}
.AnyTagClassName
{
color: #9DA8AD;
}
</style>
background-color css
<style>
a { background-color: #9DA8AD; }
a { background-color: rgb(157,168,173); }
div.DivClassName
{
background-color: #9DA8AD;
}
.BgClassName
{
background-color: #9DA8AD;
}
</style>
border-color css
<style>
span { border-color: #9DA8AD; }
span { border-color: rgb(157,168,173); }
td.TdClassName
{
border-color: #9DA8AD;
}
.TagClassName
{
border-color: #9DA8AD;
}
</style>