#789FB4

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

Shades of Bali Hai #789FB4

Tints of Bali Hai #789FB4

Color information

#789FB4 (or 0x789FB4) is unknown color: approx Bali Hai. HEX triplet: 78, 9F and B4. RGB value is (120,159,180). Sum of RGB (Red+Green+Blue) = 120+159+180=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #789FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FB4 is #87604B. Grayscale: #959595. Windows color (decimal): -8872012 or 11837304. OLE color: 11837304.

HSL color Cylindrical-coordinate representation of color #789FB4: hue angle of 201º 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 #789FB4 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB120159180-
CMYK0.330.1200.29
HSL201º28.57%58.82%-
HSV(B)201º33.33%70.59%-
XYZ28.3832.0847.88-
YUV149.73145.08106.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.14%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=26.14%
G=34.64%
B=39.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201591800.330.1200.2920128.5758.82
Hex789FB421C01Dc91d3b
Octal17023726441140353113573
Binary1111000100111111011010010000111000111011100100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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