Shades of Ziggurat #799BA2
Tints of Ziggurat #799BA2
RGB
CMYK
RGB Variations
Color information
#799BA2 (or 0x799BA2) is known color: Ziggurat. HEX triplet: 79, 9B and A2. RGB value is (121,155,162). Sum of RGB (Red+Green+Blue) = 121+155+162=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 162 - color contains mainly: blue. Hex color #799BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799BA2 is #86645D. Grayscale: #919191. Windows color (decimal): -8807518 or 10656633. OLE color: 10656633.
HSL color Cylindrical-coordinate representation of color #799BA2: hue angle of 190.24º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #799BA2 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 155 | 162 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.36 |
| HSL | 190.24º | 0.18% | 0.55% | - |
| HSV(B) | 190.24º | 0.25% | 0.64% | - |
| XYZ | 26.13 | 30.12 | 38.62 | - |
| YUV | 145.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 162 | 0.25 | 0.04 | 0 | 0.36 | 190.24 | 0.18 | 0.55 |
| Hex | 79 | 9B | A2 | 19 | 4 | 0 | 24 | BE | 12 | 37 |
| Octal | 171 | 233 | 242 | 31 | 4 | 0 | 44 | 276 | 22 | 67 |
| Binary | 1111001 | 10011011 | 10100010 | 11001 | 100 | 0 | 100100 | 10111110 | 10010 | 110111 |
Color Harmonies of #799BA2
Complementary color
Monochromatic Colors of #799BA2
Black with #799BA2
Text Example
Text Example
White with #799BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BA2; }
p { color: rgb(121,155,162); }
H1.HeaderClassName
{
color: #799BA2;
}
.AnyTagClassName
{
color: #799BA2;
}
</style>
background-color css
<style>
a { background-color: #799BA2; }
a { background-color: rgb(121,155,162); }
div.DivClassName
{
background-color: #799BA2;
}
.BgClassName
{
background-color: #799BA2;
}
</style>
border-color css
<style>
span { border-color: #799BA2; }
span { border-color: rgb(121,155,162); }
td.TdClassName
{
border-color: #799BA2;
}
.TagClassName
{
border-color: #799BA2;
}
</style>