#789EBE

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

Shades of Bali Hai #789EBE

Tints of Bali Hai #789EBE

Color information

#789EBE (or 0x789EBE) is unknown color: approx Bali Hai. HEX triplet: 78, 9E and BE. RGB value is (120,158,190). Sum of RGB (Red+Green+Blue) = 120+158+190=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #789EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EBE is #876141. Grayscale: #969696. Windows color (decimal): -8872258 or 12492408. OLE color: 12492408.

HSL color Cylindrical-coordinate representation of color #789EBE: hue angle of 207.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #789EBE is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120158190-
CMYK0.370.1700.25
HSL207.43º35%60.78%-
HSV(B)207.43º36.84%74.51%-
XYZ29.2732.1653.38-
YUV150.29150.41106.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.64%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=25.64%
G=33.76%
B=40.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201581900.370.1700.25207.433560.78
Hex789EBE2511019cf233d
Octal17023627645210313174375
Binary111100010011110101111101001011000101100111001111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,158,190); }

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

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

 a { background-color: rgb(120,158,190); }

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

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

 span { border-color: rgb(120,158,190); }

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