Shades of Ziggurat #7AA5B3
Tints of Ziggurat #7AA5B3
RGB
CMYK
RGB Variations
Color information
#7AA5B3 (or 0x7AA5B3) is known color: Ziggurat. HEX triplet: 7A, A5 and B3. RGB value is (122,165,179). Sum of RGB (Red+Green+Blue) = 122+165+179=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #7AA5B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA5B3 is #855A4C. Grayscale: #999999. Windows color (decimal): -8739405 or 11773306. OLE color: 11773306.
HSL color Cylindrical-coordinate representation of color #7AA5B3: hue angle of 194.74º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AA5B3 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 165 | 179 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.30 |
| HSL | 194.74º | 0.27% | 0.59% | - |
| HSV(B) | 194.74º | 0.32% | 0.7% | - |
| XYZ | 29.62 | 34.3 | 47.71 | - |
| YUV | 153.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 179 | 0.32 | 0.08 | 0 | 0.30 | 194.74 | 0.27 | 0.59 |
| Hex | 7A | A5 | B3 | 20 | 8 | 0 | 1E | C3 | 1B | 3B |
| Octal | 172 | 245 | 263 | 40 | 10 | 0 | 36 | 303 | 33 | 73 |
| Binary | 1111010 | 10100101 | 10110011 | 100000 | 1000 | 0 | 11110 | 11000011 | 11011 | 111011 |
Color Harmonies of #7AA5B3
Complementary color
Monochromatic Colors of #7AA5B3
Black with #7AA5B3
Text Example
Text Example
White with #7AA5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA5B3; }
p { color: rgb(122,165,179); }
H1.HeaderClassName
{
color: #7AA5B3;
}
.AnyTagClassName
{
color: #7AA5B3;
}
</style>
background-color css
<style>
a { background-color: #7AA5B3; }
a { background-color: rgb(122,165,179); }
div.DivClassName
{
background-color: #7AA5B3;
}
.BgClassName
{
background-color: #7AA5B3;
}
</style>
border-color css
<style>
span { border-color: #7AA5B3; }
span { border-color: rgb(122,165,179); }
td.TdClassName
{
border-color: #7AA5B3;
}
.TagClassName
{
border-color: #7AA5B3;
}
</style>