#789EAE

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

Shades of Bali Hai #789EAE

Tints of Bali Hai #789EAE

Color information

#789EAE (or 0x789EAE) is unknown color: approx Bali Hai. HEX triplet: 78, 9E and AE. RGB value is (120,158,174). Sum of RGB (Red+Green+Blue) = 120+158+174=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #789EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789EAE is #876151. Grayscale: #949494. Windows color (decimal): -8872274 or 11443832. OLE color: 11443832.

HSL color Cylindrical-coordinate representation of color #789EAE: hue angle of 197.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #789EAE is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120158174-
CMYK0.310.0900.32
HSL197.78º25%57.65%-
HSV(B)197.78º31.03%68.24%-
XYZ27.6131.544.67-
YUV148.46142.41107.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.55%
GREEN value IS 158 (62.11% from 255) = 34.96%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=26.55%
G=34.96%
B=38.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201581740.310.0900.32197.782557.65
Hex789EAE1F9020c6193a
Octal17023625637110403063172
Binary1111000100111101010111011111100101000001100011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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