#789AAF

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

Shades of Bali Hai #789AAF

Tints of Bali Hai #789AAF

Color information

#789AAF (or 0x789AAF) is unknown color: approx Bali Hai. HEX triplet: 78, 9A and AF. RGB value is (120,154,175). Sum of RGB (Red+Green+Blue) = 120+154+175=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #789AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789AAF is #876550. Grayscale: #929292. Windows color (decimal): -8873297 or 11508344. OLE color: 11508344.

HSL color Cylindrical-coordinate representation of color #789AAF: hue angle of 202.91º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #789AAF is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB120154175-
CMYK0.310.1200.31
HSL202.91º25.58%57.84%-
HSV(B)202.91º31.43%68.63%-
XYZ27.0430.244.96-
YUV146.23144.24109.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.73%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=26.73%
G=34.30%
B=38.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201541750.310.1200.31202.9125.5857.84
Hex789AAF1FC01Fcb1a3a
Octal17023225737140373133272
Binary111100010011010101011111111111000111111100101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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