#789BAF

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

Shades of Bali Hai #789BAF

Tints of Bali Hai #789BAF

Color information

#789BAF (or 0x789BAF) is unknown color: approx Bali Hai. HEX triplet: 78, 9B and AF. RGB value is (120,155,175). Sum of RGB (Red+Green+Blue) = 120+155+175=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #789BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789BAF is #876450. Grayscale: #929292. Windows color (decimal): -8873041 or 11508600. OLE color: 11508600.

HSL color Cylindrical-coordinate representation of color #789BAF: hue angle of 201.82º 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 #789BAF is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB120155175-
CMYK0.310.1100.31
HSL201.82º25.58%57.84%-
HSV(B)201.82º31.43%68.63%-
XYZ27.230.5345.02-
YUV146.82143.9108.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 155 (60.94% from 255) = 34.44%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=26.67%
G=34.44%
B=38.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201551750.310.1100.31201.8225.5857.84
Hex789BAF1FB01Fca1a3a
Octal17023325737130373123272
Binary111100010011011101011111111110110111111100101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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