#789AAA

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

Shades of Bali Hai #789AAA

Tints of Bali Hai #789AAA

Color information

#789AAA (or 0x789AAA) is unknown color: approx Bali Hai. HEX triplet: 78, 9A and AA. RGB value is (120,154,170). Sum of RGB (Red+Green+Blue) = 120+154+170=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #789AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789AAA is #876555. Grayscale: #919191. Windows color (decimal): -8873302 or 11180664. OLE color: 11180664.

HSL color Cylindrical-coordinate representation of color #789AAA: hue angle of 199.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #789AAA is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120154170-
CMYK0.290.0900.33
HSL199.2º22.73%56.86%-
HSV(B)199.2º29.41%66.67%-
XYZ26.5630.0142.42-
YUV145.66141.74109.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.03%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=27.03%
G=34.68%
B=38.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201541700.290.0900.33199.222.7356.86
Hex789AAA1D9021c71739
Octal17023225235110413072771
Binary1111000100110101010101011101100101000011100011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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