Shades of Ziggurat #8BA8AD
Tints of Ziggurat #8BA8AD
RGB
CMYK
RGB Variations
Color information
#8BA8AD (or 0x8BA8AD) is known color: Ziggurat. HEX triplet: 8B, A8 and AD. RGB value is (139,168,173). Sum of RGB (Red+Green+Blue) = 139+168+173=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #8BA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA8AD is #745752. Grayscale: #9F9F9F. Windows color (decimal): -7624531 or 11380875. OLE color: 11380875.
HSL color Cylindrical-coordinate representation of color #8BA8AD: hue angle of 188.82º 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 #8BA8AD is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 168 | 173 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.32 |
| HSL | 188.82º | 0.17% | 0.61% | - |
| HSV(B) | 188.82º | 0.2% | 0.68% | - |
| XYZ | 32.19 | 36.51 | 44.89 | - |
| YUV | 159.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 173 | 0.20 | 0.03 | 0 | 0.32 | 188.82 | 0.17 | 0.61 |
| Hex | 8B | A8 | AD | 14 | 3 | 0 | 20 | BD | 11 | 3D |
| Octal | 213 | 250 | 255 | 24 | 3 | 0 | 40 | 275 | 21 | 75 |
| Binary | 10001011 | 10101000 | 10101101 | 10100 | 11 | 0 | 100000 | 10111101 | 10001 | 111101 |
Color Harmonies of #8BA8AD
Complementary color
Monochromatic Colors of #8BA8AD
Black with #8BA8AD
Text Example
Text Example
White with #8BA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA8AD; }
p { color: rgb(139,168,173); }
H1.HeaderClassName
{
color: #8BA8AD;
}
.AnyTagClassName
{
color: #8BA8AD;
}
</style>
background-color css
<style>
a { background-color: #8BA8AD; }
a { background-color: rgb(139,168,173); }
div.DivClassName
{
background-color: #8BA8AD;
}
.BgClassName
{
background-color: #8BA8AD;
}
</style>
border-color css
<style>
span { border-color: #8BA8AD; }
span { border-color: rgb(139,168,173); }
td.TdClassName
{
border-color: #8BA8AD;
}
.TagClassName
{
border-color: #8BA8AD;
}
</style>