Shades of Ziggurat #7D9BA0
Tints of Ziggurat #7D9BA0
RGB
CMYK
RGB Variations
Color information
#7D9BA0 (or 0x7D9BA0) is known color: Ziggurat. HEX triplet: 7D, 9B and A0. RGB value is (125,155,160). Sum of RGB (Red+Green+Blue) = 125+155+160=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 160 - color contains mainly: blue. Hex color #7D9BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9BA0 is #82645F. Grayscale: #929292. Windows color (decimal): -8545376 or 10525565. OLE color: 10525565.
HSL color Cylindrical-coordinate representation of color #7D9BA0: hue angle of 188.57º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D9BA0 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 155 | 160 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.37 |
| HSL | 188.57º | 0.16% | 0.56% | - |
| HSV(B) | 188.57º | 0.22% | 0.63% | - |
| XYZ | 26.52 | 30.34 | 37.72 | - |
| YUV | 146.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 160 | 0.22 | 0.03 | 0 | 0.37 | 188.57 | 0.16 | 0.56 |
| Hex | 7D | 9B | A0 | 16 | 3 | 0 | 25 | BD | 10 | 38 |
| Octal | 175 | 233 | 240 | 26 | 3 | 0 | 45 | 275 | 20 | 70 |
| Binary | 1111101 | 10011011 | 10100000 | 10110 | 11 | 0 | 100101 | 10111101 | 10000 | 111000 |
Color Harmonies of #7D9BA0
Complementary color
Monochromatic Colors of #7D9BA0
Black with #7D9BA0
Text Example
Text Example
White with #7D9BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9BA0; }
p { color: rgb(125,155,160); }
H1.HeaderClassName
{
color: #7D9BA0;
}
.AnyTagClassName
{
color: #7D9BA0;
}
</style>
background-color css
<style>
a { background-color: #7D9BA0; }
a { background-color: rgb(125,155,160); }
div.DivClassName
{
background-color: #7D9BA0;
}
.BgClassName
{
background-color: #7D9BA0;
}
</style>
border-color css
<style>
span { border-color: #7D9BA0; }
span { border-color: rgb(125,155,160); }
td.TdClassName
{
border-color: #7D9BA0;
}
.TagClassName
{
border-color: #7D9BA0;
}
</style>