#789DA5

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

Shades of Ziggurat #789DA5

Tints of Ziggurat #789DA5

Color information

#789DA5 (or 0x789DA5) is unknown color: approx Ziggurat. HEX triplet: 78, 9D and A5. RGB value is (120,157,165). Sum of RGB (Red+Green+Blue) = 120+157+165=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 165 - color contains mainly: blue. Hex color #789DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789DA5 is #87625A. Grayscale: #929292. Windows color (decimal): -8872539 or 10853752. OLE color: 10853752.

HSL color Cylindrical-coordinate representation of color #789DA5: hue angle of 190.67º 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 #789DA5 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB120157165-
CMYK0.270.0500.35
HSL190.67º20%55.88%-
HSV(B)190.67º27.27%64.71%-
XYZ26.5930.8240.15-
YUV146.85138.24108.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.15%
GREEN value IS 157 (61.72% from 255) = 35.52%
BLUE value IS 165 (64.84% from 255) = 37.33%
R=27.15%
G=35.52%
B=37.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201571650.270.0500.35190.672055.88
Hex789DA51B5023bf1438
Octal1702352453350432772470
Binary111100010011101101001011101110101000111011111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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