Shades of Ziggurat #8DA9AD
Tints of Ziggurat #8DA9AD
RGB
CMYK
RGB Variations
Color information
#8DA9AD (or 0x8DA9AD) is known color: Ziggurat. HEX triplet: 8D, A9 and AD. RGB value is (141,169,173). Sum of RGB (Red+Green+Blue) = 141+169+173=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA9AD is #725652. Grayscale: #A1A1A1. Windows color (decimal): -7493203 or 11381133. OLE color: 11381133.
HSL color Cylindrical-coordinate representation of color #8DA9AD: hue angle of 187.5º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DA9AD is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 169 | 173 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.32 |
| HSL | 187.5º | 0.16% | 0.62% | - |
| HSV(B) | 187.5º | 0.18% | 0.68% | - |
| XYZ | 32.72 | 37.06 | 44.96 | - |
| YUV | 161.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 173 | 0.18 | 0.02 | 0 | 0.32 | 187.5 | 0.16 | 0.62 |
| Hex | 8D | A9 | AD | 12 | 2 | 0 | 20 | BC | 10 | 3E |
| Octal | 215 | 251 | 255 | 22 | 2 | 0 | 40 | 274 | 20 | 76 |
| Binary | 10001101 | 10101001 | 10101101 | 10010 | 10 | 0 | 100000 | 10111100 | 10000 | 111110 |
Color Harmonies of #8DA9AD
Complementary color
Monochromatic Colors of #8DA9AD
Black with #8DA9AD
Text Example
Text Example
White with #8DA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA9AD; }
p { color: rgb(141,169,173); }
H1.HeaderClassName
{
color: #8DA9AD;
}
.AnyTagClassName
{
color: #8DA9AD;
}
</style>
background-color css
<style>
a { background-color: #8DA9AD; }
a { background-color: rgb(141,169,173); }
div.DivClassName
{
background-color: #8DA9AD;
}
.BgClassName
{
background-color: #8DA9AD;
}
</style>
border-color css
<style>
span { border-color: #8DA9AD; }
span { border-color: rgb(141,169,173); }
td.TdClassName
{
border-color: #8DA9AD;
}
.TagClassName
{
border-color: #8DA9AD;
}
</style>