Shades of Ziggurat #84ABB1
Tints of Ziggurat #84ABB1
RGB
CMYK
RGB Variations
Color information
#84ABB1 (or 0x84ABB1) is known color: Ziggurat. HEX triplet: 84, AB and B1. RGB value is (132,171,177). Sum of RGB (Red+Green+Blue) = 132+171+177=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 177 - color contains mainly: blue. Hex color #84ABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABB1 is #7B544E. Grayscale: #9F9F9F. Windows color (decimal): -8082511 or 11643780. OLE color: 11643780.
HSL color Cylindrical-coordinate representation of color #84ABB1: hue angle of 188º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84ABB1 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 171 | 177 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.31 |
| HSL | 188º | 0.22% | 0.61% | - |
| HSV(B) | 188º | 0.25% | 0.69% | - |
| XYZ | 32.01 | 37.21 | 47.09 | - |
| YUV | 160.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 177 | 0.25 | 0.03 | 0 | 0.31 | 188 | 0.22 | 0.61 |
| Hex | 84 | AB | B1 | 19 | 3 | 0 | 1F | BC | 16 | 3D |
| Octal | 204 | 253 | 261 | 31 | 3 | 0 | 37 | 274 | 26 | 75 |
| Binary | 10000100 | 10101011 | 10110001 | 11001 | 11 | 0 | 11111 | 10111100 | 10110 | 111101 |
Color Harmonies of #84ABB1
Complementary color
Monochromatic Colors of #84ABB1
Black with #84ABB1
Text Example
Text Example
White with #84ABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABB1; }
p { color: rgb(132,171,177); }
H1.HeaderClassName
{
color: #84ABB1;
}
.AnyTagClassName
{
color: #84ABB1;
}
</style>
background-color css
<style>
a { background-color: #84ABB1; }
a { background-color: rgb(132,171,177); }
div.DivClassName
{
background-color: #84ABB1;
}
.BgClassName
{
background-color: #84ABB1;
}
</style>
border-color css
<style>
span { border-color: #84ABB1; }
span { border-color: rgb(132,171,177); }
td.TdClassName
{
border-color: #84ABB1;
}
.TagClassName
{
border-color: #84ABB1;
}
</style>