#789CB4

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

Shades of Bali Hai #789CB4

Tints of Bali Hai #789CB4

Color information

#789CB4 (or 0x789CB4) is unknown color: approx Bali Hai. HEX triplet: 78, 9C and B4. RGB value is (120,156,180). Sum of RGB (Red+Green+Blue) = 120+156+180=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #789CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CB4 is #87634B. Grayscale: #939393. Windows color (decimal): -8872780 or 11836536. OLE color: 11836536.

HSL color Cylindrical-coordinate representation of color #789CB4: hue angle of 204º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #789CB4 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB120156180-
CMYK0.330.1300.29
HSL204º28.57%58.82%-
HSV(B)204º33.33%70.59%-
XYZ27.8731.0747.71-
YUV147.97146.07108.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.32%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=26.32%
G=34.21%
B=39.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201561800.330.1300.2920428.5758.82
Hex789CB421D01Dcc1d3b
Octal17023426441150353143573
Binary1111000100111001011010010000111010111011100110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,156,180); }

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

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

 a { background-color: rgb(120,156,180); }

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

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

 span { border-color: rgb(120,156,180); }

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