#789DA3

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

Shades of Ziggurat #789DA3

Tints of Ziggurat #789DA3

Color information

#789DA3 (or 0x789DA3) is unknown color: approx Ziggurat. HEX triplet: 78, 9D and A3. RGB value is (120,157,163). Sum of RGB (Red+Green+Blue) = 120+157+163=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 163 - color contains mainly: blue. Hex color #789DA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789DA3 is #87625C. Grayscale: #929292. Windows color (decimal): -8872541 or 10722680. OLE color: 10722680.

HSL color Cylindrical-coordinate representation of color #789DA3: hue angle of 188.37º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #789DA3 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB120157163-
CMYK0.260.0400.36
HSL188.37º18.94%55.49%-
HSV(B)188.37º26.38%63.92%-
XYZ26.4130.7539.19-
YUV146.62137.24109.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.27%
GREEN value IS 157 (61.72% from 255) = 35.68%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=27.27%
G=35.68%
B=37.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201571630.260.0400.36188.3718.9455.49
Hex789DA31A4024bc1337
Octal1702352433240442742367
Binary111100010011101101000111101010001001001011110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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