#789EA9

Color #789EA9 Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #789EA9

Tints of Ziggurat #789EA9

Color information

#789EA9 (or 0x789EA9) is unknown color: approx Ziggurat. HEX triplet: 78, 9E and A9. RGB value is (120,158,169). Sum of RGB (Red+Green+Blue) = 120+158+169=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 169 - color contains mainly: blue. Hex color #789EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789EA9 is #876156. Grayscale: #939393. Windows color (decimal): -8872279 or 11116152. OLE color: 11116152.

HSL color Cylindrical-coordinate representation of color #789EA9: hue angle of 193.47º 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 #789EA9 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB120158169-
CMYK0.290.0700.34
HSL193.47º22.17%56.67%-
HSV(B)193.47º28.99%66.27%-
XYZ27.1331.3142.15-
YUV147.89139.91108.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 26.85%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 169 (66.41% from 255) = 37.81%
R=26.85%
G=35.35%
B=37.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1201581690.290.0700.34193.4722.1756.67
Hex789EA91D7022c11639
Octal1702362513570423012671
Binary111100010011110101010011110111101000101100000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789EA9; }

 p { color: rgb(120,158,169); }

 H1.HeaderClassName
 {
   color: #789EA9;
 }
 .AnyTagClassName
 {
   color: #789EA9;
 }
</style>
background-color css

<style>
 a { background-color: #789EA9; }

 a { background-color: rgb(120,158,169); }

 div.DivClassName
 {
   background-color: #789EA9;
 }
 .BgClassName
 {
   background-color: #789EA9;
 }
</style>
border-color css

<style>
 span { border-color: #789EA9; }

 span { border-color: rgb(120,158,169); }

 td.TdClassName
 {
   border-color: #789EA9;
 }
 .TagClassName
 {
   border-color: #789EA9;
 }
</style>