Shades of Ziggurat #799FAA
Tints of Ziggurat #799FAA
RGB
CMYK
RGB Variations
Color information
#799FAA (or 0x799FAA) is known color: Ziggurat. HEX triplet: 79, 9F and AA. RGB value is (121,159,170). Sum of RGB (Red+Green+Blue) = 121+159+170=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #799FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799FAA is #866055. Grayscale: #949494. Windows color (decimal): -8806486 or 11181945. OLE color: 11181945.
HSL color Cylindrical-coordinate representation of color #799FAA: hue angle of 193.47º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #799FAA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 159 | 170 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.33 |
| HSL | 193.47º | 0.22% | 0.57% | - |
| HSV(B) | 193.47º | 0.29% | 0.67% | - |
| XYZ | 27.54 | 31.76 | 42.71 | - |
| YUV | 148.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 170 | 0.29 | 0.06 | 0 | 0.33 | 193.47 | 0.22 | 0.57 |
| Hex | 79 | 9F | AA | 1D | 6 | 0 | 21 | C1 | 16 | 39 |
| Octal | 171 | 237 | 252 | 35 | 6 | 0 | 41 | 301 | 26 | 71 |
| Binary | 1111001 | 10011111 | 10101010 | 11101 | 110 | 0 | 100001 | 11000001 | 10110 | 111001 |
Color Harmonies of #799FAA
Complementary color
Monochromatic Colors of #799FAA
Black with #799FAA
Text Example
Text Example
White with #799FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FAA; }
p { color: rgb(121,159,170); }
H1.HeaderClassName
{
color: #799FAA;
}
.AnyTagClassName
{
color: #799FAA;
}
</style>
background-color css
<style>
a { background-color: #799FAA; }
a { background-color: rgb(121,159,170); }
div.DivClassName
{
background-color: #799FAA;
}
.BgClassName
{
background-color: #799FAA;
}
</style>
border-color css
<style>
span { border-color: #799FAA; }
span { border-color: rgb(121,159,170); }
td.TdClassName
{
border-color: #799FAA;
}
.TagClassName
{
border-color: #799FAA;
}
</style>