Shades of Ziggurat #89A7AD
Tints of Ziggurat #89A7AD
RGB
CMYK
RGB Variations
Color information
#89A7AD (or 0x89A7AD) is known color: Ziggurat. HEX triplet: 89, A7 and AD. RGB value is (137,167,173). Sum of RGB (Red+Green+Blue) = 137+167+173=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #89A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A7AD is #765852. Grayscale: #9E9E9E. Windows color (decimal): -7755859 or 11380617. OLE color: 11380617.
HSL color Cylindrical-coordinate representation of color #89A7AD: hue angle of 190º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89A7AD is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 167 | 173 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.32 |
| HSL | 190º | 0.18% | 0.61% | - |
| HSV(B) | 190º | 0.21% | 0.68% | - |
| XYZ | 31.68 | 35.97 | 44.81 | - |
| YUV | 158.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 167 | 173 | 0.21 | 0.03 | 0 | 0.32 | 190 | 0.18 | 0.61 |
| Hex | 89 | A7 | AD | 15 | 3 | 0 | 20 | BE | 12 | 3D |
| Octal | 211 | 247 | 255 | 25 | 3 | 0 | 40 | 276 | 22 | 75 |
| Binary | 10001001 | 10100111 | 10101101 | 10101 | 11 | 0 | 100000 | 10111110 | 10010 | 111101 |
Color Harmonies of #89A7AD
Complementary color
Monochromatic Colors of #89A7AD
Black with #89A7AD
Text Example
Text Example
White with #89A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A7AD; }
p { color: rgb(137,167,173); }
H1.HeaderClassName
{
color: #89A7AD;
}
.AnyTagClassName
{
color: #89A7AD;
}
</style>
background-color css
<style>
a { background-color: #89A7AD; }
a { background-color: rgb(137,167,173); }
div.DivClassName
{
background-color: #89A7AD;
}
.BgClassName
{
background-color: #89A7AD;
}
</style>
border-color css
<style>
span { border-color: #89A7AD; }
span { border-color: rgb(137,167,173); }
td.TdClassName
{
border-color: #89A7AD;
}
.TagClassName
{
border-color: #89A7AD;
}
</style>