#789FBA

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

Shades of Bali Hai #789FBA

Tints of Bali Hai #789FBA

Color information

#789FBA (or 0x789FBA) is unknown color: approx Bali Hai. HEX triplet: 78, 9F and BA. RGB value is (120,159,186). Sum of RGB (Red+Green+Blue) = 120+159+186=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #789FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FBA is #876045. Grayscale: #969696. Windows color (decimal): -8872006 or 12230520. OLE color: 12230520.

HSL color Cylindrical-coordinate representation of color #789FBA: hue angle of 204.55º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #789FBA is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120159186-
CMYK0.350.1500.27
HSL204.55º32.35%60%-
HSV(B)204.55º35.48%72.94%-
XYZ29.0132.3351.17-
YUV150.42148.08106.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.81%
GREEN value IS 159 (62.5% from 255) = 34.19%
BLUE value IS 186 (73.05% from 255) = 40%
R=25.81%
G=34.19%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201591860.350.1500.27204.5532.3560
Hex789FBA23F01Bcd203c
Octal17023727243170333154074
Binary11110001001111110111010100011111101101111001101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,159,186); }

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

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

 a { background-color: rgb(120,159,186); }

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

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

 span { border-color: rgb(120,159,186); }

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