Shades of Ziggurat #809CA1
Tints of Ziggurat #809CA1
RGB
CMYK
RGB Variations
Color information
#809CA1 (or 0x809CA1) is known color: Ziggurat. HEX triplet: 80, 9C and A1. RGB value is (128,156,161). Sum of RGB (Red+Green+Blue) = 128+156+161=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 161 - color contains mainly: blue. Hex color #809CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809CA1 is #7F635E. Grayscale: #949494. Windows color (decimal): -8348511 or 10591360. OLE color: 10591360.
HSL color Cylindrical-coordinate representation of color #809CA1: hue angle of 189.09º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #809CA1 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 156 | 161 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.37 |
| HSL | 189.09º | 0.15% | 0.57% | - |
| HSV(B) | 189.09º | 0.2% | 0.63% | - |
| XYZ | 27.22 | 30.94 | 38.26 | - |
| YUV | 148.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 156 | 161 | 0.20 | 0.03 | 0 | 0.37 | 189.09 | 0.15 | 0.57 |
| Hex | 80 | 9C | A1 | 14 | 3 | 0 | 25 | BD | F | 39 |
| Octal | 200 | 234 | 241 | 24 | 3 | 0 | 45 | 275 | 17 | 71 |
| Binary | 10000000 | 10011100 | 10100001 | 10100 | 11 | 0 | 100101 | 10111101 | 1111 | 111001 |
Color Harmonies of #809CA1
Complementary color
Monochromatic Colors of #809CA1
Black with #809CA1
Text Example
Text Example
White with #809CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809CA1; }
p { color: rgb(128,156,161); }
H1.HeaderClassName
{
color: #809CA1;
}
.AnyTagClassName
{
color: #809CA1;
}
</style>
background-color css
<style>
a { background-color: #809CA1; }
a { background-color: rgb(128,156,161); }
div.DivClassName
{
background-color: #809CA1;
}
.BgClassName
{
background-color: #809CA1;
}
</style>
border-color css
<style>
span { border-color: #809CA1; }
span { border-color: rgb(128,156,161); }
td.TdClassName
{
border-color: #809CA1;
}
.TagClassName
{
border-color: #809CA1;
}
</style>