Html Css Color HEX #789EA9 Ziggurat

📋 copy color: '#789EA9'

red 120 ◦ green 158 ◦ blue 169

#789EA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #789EA9

Tints of Ziggurat #789EA9

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 value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#789EA9 (or 0x789EA9) is known color: 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

RGB 120 158 169 -
CMYK 0.29 0.07 0 0.34
HSL 193.47º 0.22% 0.57% -
HSV(B) 193.47º 0.29% 0.66% -
XYZ 27.13 31.31 42.15 -
YUV 147.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 120 158 169 0.29 0.07 0 0.34 193.47 0.22 0.57
Hex 78 9E A9 1D 7 0 22 C1 16 39
Octal 170 236 251 35 7 0 42 301 26 71
Binary 1111000 10011110 10101001 11101 111 0 100010 11000001 10110 111001

Color Harmonies of #789EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EA9

Black with #789EA9

Text Example


Text Example

White with #789EA9

Text Example


Text Example

HTML Codes & Css Web 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>