#789BAC

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

Shades of Bali Hai #789BAC

Tints of Bali Hai #789BAC

Color information

#789BAC (or 0x789BAC) is unknown color: approx Bali Hai. HEX triplet: 78, 9B and AC. RGB value is (120,155,172). Sum of RGB (Red+Green+Blue) = 120+155+172=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #789BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789BAC is #876453. Grayscale: #929292. Windows color (decimal): -8873044 or 11311992. OLE color: 11311992.

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

Color convert

RGB120155172-
CMYK0.300.1000.33
HSL199.62º23.85%57.25%-
HSV(B)199.62º30.23%67.45%-
XYZ26.9130.4143.48-
YUV146.47142.4109.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.85%
GREEN value IS 155 (60.94% from 255) = 34.68%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=26.85%
G=34.68%
B=38.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201551720.300.1000.33199.6223.8557.25
Hex789BAC1EA021c81839
Octal17023325436120413103071
Binary1111000100110111010110011110101001000011100100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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