Shades of Ziggurat #8BA9AD
Tints of Ziggurat #8BA9AD
RGB
CMYK
RGB Variations
Color information
#8BA9AD (or 0x8BA9AD) is known color: Ziggurat. HEX triplet: 8B, A9 and AD. RGB value is (139,169,173). Sum of RGB (Red+Green+Blue) = 139+169+173=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #8BA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA9AD is #745652. Grayscale: #A0A0A0. Windows color (decimal): -7624275 or 11381131. OLE color: 11381131.
HSL color Cylindrical-coordinate representation of color #8BA9AD: hue angle of 187.06º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BA9AD is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 169 | 173 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.32 |
| HSL | 187.06º | 0.17% | 0.61% | - |
| HSV(B) | 187.06º | 0.2% | 0.68% | - |
| XYZ | 32.38 | 36.88 | 44.95 | - |
| YUV | 160.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 173 | 0.20 | 0.02 | 0 | 0.32 | 187.06 | 0.17 | 0.61 |
| Hex | 8B | A9 | AD | 14 | 2 | 0 | 20 | BB | 11 | 3D |
| Octal | 213 | 251 | 255 | 24 | 2 | 0 | 40 | 273 | 21 | 75 |
| Binary | 10001011 | 10101001 | 10101101 | 10100 | 10 | 0 | 100000 | 10111011 | 10001 | 111101 |
Color Harmonies of #8BA9AD
Complementary color
Monochromatic Colors of #8BA9AD
Black with #8BA9AD
Text Example
Text Example
White with #8BA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA9AD; }
p { color: rgb(139,169,173); }
H1.HeaderClassName
{
color: #8BA9AD;
}
.AnyTagClassName
{
color: #8BA9AD;
}
</style>
background-color css
<style>
a { background-color: #8BA9AD; }
a { background-color: rgb(139,169,173); }
div.DivClassName
{
background-color: #8BA9AD;
}
.BgClassName
{
background-color: #8BA9AD;
}
</style>
border-color css
<style>
span { border-color: #8BA9AD; }
span { border-color: rgb(139,169,173); }
td.TdClassName
{
border-color: #8BA9AD;
}
.TagClassName
{
border-color: #8BA9AD;
}
</style>