Shades of Ziggurat #84A8B0
Tints of Ziggurat #84A8B0
RGB
CMYK
RGB Variations
Color information
#84A8B0 (or 0x84A8B0) is known color: Ziggurat. HEX triplet: 84, A8 and B0. RGB value is (132,168,176). Sum of RGB (Red+Green+Blue) = 132+168+176=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 176 - color contains mainly: blue. Hex color #84A8B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A8B0 is #7B574F. Grayscale: #9E9E9E. Windows color (decimal): -8083280 or 11577476. OLE color: 11577476.
HSL color Cylindrical-coordinate representation of color #84A8B0: hue angle of 190.91º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84A8B0 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 168 | 176 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.31 |
| HSL | 190.91º | 0.22% | 0.6% | - |
| HSV(B) | 190.91º | 0.25% | 0.69% | - |
| XYZ | 31.35 | 36.05 | 46.38 | - |
| YUV | 158.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 176 | 0.25 | 0.05 | 0 | 0.31 | 190.91 | 0.22 | 0.6 |
| Hex | 84 | A8 | B0 | 19 | 5 | 0 | 1F | BF | 16 | 3C |
| Octal | 204 | 250 | 260 | 31 | 5 | 0 | 37 | 277 | 26 | 74 |
| Binary | 10000100 | 10101000 | 10110000 | 11001 | 101 | 0 | 11111 | 10111111 | 10110 | 111100 |
Color Harmonies of #84A8B0
Complementary color
Monochromatic Colors of #84A8B0
Black with #84A8B0
Text Example
Text Example
White with #84A8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8B0; }
p { color: rgb(132,168,176); }
H1.HeaderClassName
{
color: #84A8B0;
}
.AnyTagClassName
{
color: #84A8B0;
}
</style>
background-color css
<style>
a { background-color: #84A8B0; }
a { background-color: rgb(132,168,176); }
div.DivClassName
{
background-color: #84A8B0;
}
.BgClassName
{
background-color: #84A8B0;
}
</style>
border-color css
<style>
span { border-color: #84A8B0; }
span { border-color: rgb(132,168,176); }
td.TdClassName
{
border-color: #84A8B0;
}
.TagClassName
{
border-color: #84A8B0;
}
</style>