#789DBA

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

Shades of Bali Hai #789DBA

Tints of Bali Hai #789DBA

Color information

#789DBA (or 0x789DBA) is unknown color: approx Bali Hai. HEX triplet: 78, 9D and BA. RGB value is (120,157,186). Sum of RGB (Red+Green+Blue) = 120+157+186=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #789DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DBA is #876245. Grayscale: #959595. Windows color (decimal): -8872518 or 12230008. OLE color: 12230008.

HSL color Cylindrical-coordinate representation of color #789DBA: hue angle of 206.36º 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 #789DBA is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120157186-
CMYK0.350.1600.27
HSL206.36º32.35%60%-
HSV(B)206.36º35.48%72.94%-
XYZ28.6731.6551.05-
YUV149.24148.74107.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.92%
GREEN value IS 157 (61.72% from 255) = 33.91%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=25.92%
G=33.91%
B=40.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201571860.350.1600.27206.3632.3560
Hex789DBA231001Bce203c
Octal17023527243200333164074
Binary111100010011101101110101000111000001101111001110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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