#789FBE

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

Shades of Bali Hai #789FBE

Tints of Bali Hai #789FBE

Color information

#789FBE (or 0x789FBE) is unknown color: approx Bali Hai. HEX triplet: 78, 9F and BE. RGB value is (120,159,190). Sum of RGB (Red+Green+Blue) = 120+159+190=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #789FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FBE is #876041. Grayscale: #969696. Windows color (decimal): -8872002 or 12492664. OLE color: 12492664.

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

Color convert

RGB120159190-
CMYK0.370.1600.25
HSL206.57º35%60.78%-
HSV(B)206.57º36.84%74.51%-
XYZ29.4432.5153.44-
YUV150.87150.08105.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.59%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=25.59%
G=33.90%
B=40.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201591900.370.1600.25206.573560.78
Hex789FBE2510019cf233d
Octal17023727645200313174375
Binary111100010011111101111101001011000001100111001111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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