#789EA5

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

Shades of Ziggurat #789EA5

Tints of Ziggurat #789EA5

Color information

#789EA5 (or 0x789EA5) is unknown color: approx Ziggurat. HEX triplet: 78, 9E and A5. RGB value is (120,158,165). Sum of RGB (Red+Green+Blue) = 120+158+165=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 165 - color contains mainly: blue. Hex color #789EA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789EA5 is #87615A. Grayscale: #939393. Windows color (decimal): -8872283 or 10854008. OLE color: 10854008.

HSL color Cylindrical-coordinate representation of color #789EA5: hue angle of 189.33º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #789EA5 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB120158165-
CMYK0.270.0400.35
HSL189.33º20%55.88%-
HSV(B)189.33º27.27%64.71%-
XYZ26.7631.1640.2-
YUV147.44137.91108.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.09%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=27.09%
G=35.67%
B=37.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201581650.270.0400.35189.332055.88
Hex789EA51B4023bd1438
Octal1702362453340432752470
Binary111100010011110101001011101110001000111011110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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