#789AB5

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

Shades of Bali Hai #789AB5

Tints of Bali Hai #789AB5

Color information

#789AB5 (or 0x789AB5) is unknown color: approx Bali Hai. HEX triplet: 78, 9A and B5. RGB value is (120,154,181). Sum of RGB (Red+Green+Blue) = 120+154+181=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 181 - color contains mainly: blue. Hex color #789AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AB5 is #87654A. Grayscale: #929292. Windows color (decimal): -8873291 or 11901560. OLE color: 11901560.

HSL color Cylindrical-coordinate representation of color #789AB5: hue angle of 206.56º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #789AB5 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB120154181-
CMYK0.340.1500.29
HSL206.56º29.19%59.02%-
HSV(B)206.56º33.7%70.98%-
XYZ27.6430.4448.13-
YUV146.91147.24108.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.37%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=26.37%
G=33.85%
B=39.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201541810.340.1500.29206.5629.1959.02
Hex789AB522F01Dcf1d3b
Octal17023226542170353173573
Binary1111000100110101011010110001011110111011100111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,154,181); }

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

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

 a { background-color: rgb(120,154,181); }

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

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

 span { border-color: rgb(120,154,181); }

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