#789DAC

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

Shades of Bali Hai #789DAC

Tints of Bali Hai #789DAC

Color information

#789DAC (or 0x789DAC) is unknown color: approx Bali Hai. HEX triplet: 78, 9D and AC. RGB value is (120,157,172). Sum of RGB (Red+Green+Blue) = 120+157+172=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #789DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789DAC is #876253. Grayscale: #939393. Windows color (decimal): -8872532 or 11312504. OLE color: 11312504.

HSL color Cylindrical-coordinate representation of color #789DAC: hue angle of 197.31º 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 #789DAC is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120157172-
CMYK0.300.0900.33
HSL197.31º23.85%57.25%-
HSV(B)197.31º30.23%67.45%-
XYZ27.2531.0943.59-
YUV147.65141.74108.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.73%
GREEN value IS 157 (61.72% from 255) = 34.97%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=26.73%
G=34.97%
B=38.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201571720.300.0900.33197.3123.8557.25
Hex789DAC1E9021c51839
Octal17023525436110413053071
Binary1111000100111011010110011110100101000011100010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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