Shades of Ziggurat #84ACB3
Tints of Ziggurat #84ACB3
RGB
CMYK
RGB Variations
Color information
#84ACB3 (or 0x84ACB3) is known color: Ziggurat. HEX triplet: 84, AC and B3. RGB value is (132,172,179). Sum of RGB (Red+Green+Blue) = 132+172+179=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #84ACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACB3 is #7B534C. Grayscale: #A0A0A0. Windows color (decimal): -8082253 or 11775108. OLE color: 11775108.
HSL color Cylindrical-coordinate representation of color #84ACB3: hue angle of 188.94º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84ACB3 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 172 | 179 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.30 |
| HSL | 188.94º | 0.24% | 0.61% | - |
| HSV(B) | 188.94º | 0.26% | 0.7% | - |
| XYZ | 32.4 | 37.67 | 48.21 | - |
| YUV | 160.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 179 | 0.26 | 0.04 | 0 | 0.30 | 188.94 | 0.24 | 0.61 |
| Hex | 84 | AC | B3 | 1A | 4 | 0 | 1E | BD | 18 | 3D |
| Octal | 204 | 254 | 263 | 32 | 4 | 0 | 36 | 275 | 30 | 75 |
| Binary | 10000100 | 10101100 | 10110011 | 11010 | 100 | 0 | 11110 | 10111101 | 11000 | 111101 |
Color Harmonies of #84ACB3
Complementary color
Monochromatic Colors of #84ACB3
Black with #84ACB3
Text Example
Text Example
White with #84ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ACB3; }
p { color: rgb(132,172,179); }
H1.HeaderClassName
{
color: #84ACB3;
}
.AnyTagClassName
{
color: #84ACB3;
}
</style>
background-color css
<style>
a { background-color: #84ACB3; }
a { background-color: rgb(132,172,179); }
div.DivClassName
{
background-color: #84ACB3;
}
.BgClassName
{
background-color: #84ACB3;
}
</style>
border-color css
<style>
span { border-color: #84ACB3; }
span { border-color: rgb(132,172,179); }
td.TdClassName
{
border-color: #84ACB3;
}
.TagClassName
{
border-color: #84ACB3;
}
</style>