Html Css Color HEX #789EAA Bali Hai

📋 copy color: '#789EAA'

red 120 ◦ green 158 ◦ blue 170

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

Shades of Bali Hai #789EAA

Tints of Bali Hai #789EAA

RGB

 RED value IS 120 (47.27% from 255) = 26.79%

 GREEN value IS 158 (62.11% from 255) = 35.27%

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 26.79%
G = 35.27%
B = 37.95%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#789EAA (or 0x789EAA) is known color: Bali Hai. HEX triplet: 78, 9E and AA. RGB value is (120,158,170). Sum of RGB (Red+Green+Blue) = 120+158+170=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #789EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789EAA is #876155. Grayscale: #939393. Windows color (decimal): -8872278 or 11181688. OLE color: 11181688.

HSL color Cylindrical-coordinate representation of color #789EAA: hue angle of 194.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #789EAA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 158 170 -
CMYK 0.29 0.07 0 0.33
HSL 194.4º 0.23% 0.57% -
HSV(B) 194.4º 0.29% 0.67% -
XYZ 27.23 31.35 42.65 -
YUV 148.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 120 158 170 0.29 0.07 0 0.33 194.4 0.23 0.57
Hex 78 9E AA 1D 7 0 21 C2 17 39
Octal 170 236 252 35 7 0 41 302 27 71
Binary 1111000 10011110 10101010 11101 111 0 100001 11000010 10111 111001

Color Harmonies of #789EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EAA

Black with #789EAA

Text Example


Text Example

White with #789EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #789EAA;
 }
 .AnyTagClassName
 {
   color: #789EAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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