Shades of Ziggurat #82ACB1
Tints of Ziggurat #82ACB1
RGB
CMYK
RGB Variations
Color information
#82ACB1 (or 0x82ACB1) is known color: Ziggurat. HEX triplet: 82, AC and B1. RGB value is (130,172,177). Sum of RGB (Red+Green+Blue) = 130+172+177=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 177 - color contains mainly: blue. Hex color #82ACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ACB1 is #7D534E. Grayscale: #9F9F9F. Windows color (decimal): -8213327 or 11644034. OLE color: 11644034.
HSL color Cylindrical-coordinate representation of color #82ACB1: hue angle of 186.38º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82ACB1 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 172 | 177 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.31 |
| HSL | 186.38º | 0.23% | 0.6% | - |
| HSV(B) | 186.38º | 0.27% | 0.69% | - |
| XYZ | 31.89 | 37.43 | 47.14 | - |
| YUV | 160.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 172 | 177 | 0.27 | 0.03 | 0 | 0.31 | 186.38 | 0.23 | 0.6 |
| Hex | 82 | AC | B1 | 1B | 3 | 0 | 1F | BA | 17 | 3C |
| Octal | 202 | 254 | 261 | 33 | 3 | 0 | 37 | 272 | 27 | 74 |
| Binary | 10000010 | 10101100 | 10110001 | 11011 | 11 | 0 | 11111 | 10111010 | 10111 | 111100 |
Color Harmonies of #82ACB1
Complementary color
Monochromatic Colors of #82ACB1
Black with #82ACB1
Text Example
Text Example
White with #82ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ACB1; }
p { color: rgb(130,172,177); }
H1.HeaderClassName
{
color: #82ACB1;
}
.AnyTagClassName
{
color: #82ACB1;
}
</style>
background-color css
<style>
a { background-color: #82ACB1; }
a { background-color: rgb(130,172,177); }
div.DivClassName
{
background-color: #82ACB1;
}
.BgClassName
{
background-color: #82ACB1;
}
</style>
border-color css
<style>
span { border-color: #82ACB1; }
span { border-color: rgb(130,172,177); }
td.TdClassName
{
border-color: #82ACB1;
}
.TagClassName
{
border-color: #82ACB1;
}
</style>