Shades of Ziggurat #789FA9
Tints of Ziggurat #789FA9
RGB
CMYK
RGB Variations
Color information
#789FA9 (or 0x789FA9) is known color: Ziggurat. HEX triplet: 78, 9F and A9. RGB value is (120,159,169). Sum of RGB (Red+Green+Blue) = 120+159+169=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 169 - color contains mainly: blue. Hex color #789FA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789FA9 is #876056. Grayscale: #949494. Windows color (decimal): -8872023 or 11116408. OLE color: 11116408.
HSL color Cylindrical-coordinate representation of color #789FA9: hue angle of 192.24º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #789FA9 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 159 | 169 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.34 |
| HSL | 192.24º | 0.22% | 0.57% | - |
| HSV(B) | 192.24º | 0.29% | 0.66% | - |
| XYZ | 27.31 | 31.65 | 42.21 | - |
| YUV | 148.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 169 | 0.29 | 0.06 | 0 | 0.34 | 192.24 | 0.22 | 0.57 |
| Hex | 78 | 9F | A9 | 1D | 6 | 0 | 22 | C0 | 16 | 39 |
| Octal | 170 | 237 | 251 | 35 | 6 | 0 | 42 | 300 | 26 | 71 |
| Binary | 1111000 | 10011111 | 10101001 | 11101 | 110 | 0 | 100010 | 11000000 | 10110 | 111001 |
Color Harmonies of #789FA9
Complementary color
Monochromatic Colors of #789FA9
Black with #789FA9
Text Example
Text Example
White with #789FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789FA9; }
p { color: rgb(120,159,169); }
H1.HeaderClassName
{
color: #789FA9;
}
.AnyTagClassName
{
color: #789FA9;
}
</style>
background-color css
<style>
a { background-color: #789FA9; }
a { background-color: rgb(120,159,169); }
div.DivClassName
{
background-color: #789FA9;
}
.BgClassName
{
background-color: #789FA9;
}
</style>
border-color css
<style>
span { border-color: #789FA9; }
span { border-color: rgb(120,159,169); }
td.TdClassName
{
border-color: #789FA9;
}
.TagClassName
{
border-color: #789FA9;
}
</style>