Shades of Ziggurat #82A7B1
Tints of Ziggurat #82A7B1
RGB
CMYK
RGB Variations
Color information
#82A7B1 (or 0x82A7B1) is known color: Ziggurat. HEX triplet: 82, A7 and B1. RGB value is (130,167,177). Sum of RGB (Red+Green+Blue) = 130+167+177=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 177 - color contains mainly: blue. Hex color #82A7B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A7B1 is #7D584E. Grayscale: #9D9D9D. Windows color (decimal): -8214607 or 11642754. OLE color: 11642754.
HSL color Cylindrical-coordinate representation of color #82A7B1: hue angle of 192.77º 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 #82A7B1 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 167 | 177 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.31 |
| HSL | 192.77º | 0.23% | 0.6% | - |
| HSV(B) | 192.77º | 0.27% | 0.69% | - |
| XYZ | 30.96 | 35.56 | 46.83 | - |
| YUV | 157.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 167 | 177 | 0.27 | 0.06 | 0 | 0.31 | 192.77 | 0.23 | 0.6 |
| Hex | 82 | A7 | B1 | 1B | 6 | 0 | 1F | C1 | 17 | 3C |
| Octal | 202 | 247 | 261 | 33 | 6 | 0 | 37 | 301 | 27 | 74 |
| Binary | 10000010 | 10100111 | 10110001 | 11011 | 110 | 0 | 11111 | 11000001 | 10111 | 111100 |
Color Harmonies of #82A7B1
Complementary color
Monochromatic Colors of #82A7B1
Black with #82A7B1
Text Example
Text Example
White with #82A7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A7B1; }
p { color: rgb(130,167,177); }
H1.HeaderClassName
{
color: #82A7B1;
}
.AnyTagClassName
{
color: #82A7B1;
}
</style>
background-color css
<style>
a { background-color: #82A7B1; }
a { background-color: rgb(130,167,177); }
div.DivClassName
{
background-color: #82A7B1;
}
.BgClassName
{
background-color: #82A7B1;
}
</style>
border-color css
<style>
span { border-color: #82A7B1; }
span { border-color: rgb(130,167,177); }
td.TdClassName
{
border-color: #82A7B1;
}
.TagClassName
{
border-color: #82A7B1;
}
</style>