#789EAC

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

Shades of Bali Hai #789EAC

Tints of Bali Hai #789EAC

Color information

#789EAC (or 0x789EAC) is unknown color: approx Bali Hai. HEX triplet: 78, 9E and AC. RGB value is (120,158,172). Sum of RGB (Red+Green+Blue) = 120+158+172=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #789EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789EAC is #876153. Grayscale: #949494. Windows color (decimal): -8872276 or 11312760. OLE color: 11312760.

HSL color Cylindrical-coordinate representation of color #789EAC: hue angle of 196.15º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #789EAC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120158172-
CMYK0.300.0800.33
HSL196.15º23.85%57.25%-
HSV(B)196.15º30.23%67.45%-
XYZ27.4231.4343.65-
YUV148.23141.41107.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 158 (62.11% from 255) = 35.11%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=26.67%
G=35.11%
B=38.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201581720.300.0800.33196.1523.8557.25
Hex789EAC1E8021c41839
Octal17023625436100413043071
Binary1111000100111101010110011110100001000011100010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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