#789EB3

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

Shades of Bali Hai #789EB3

Tints of Bali Hai #789EB3

Color information

#789EB3 (or 0x789EB3) is unknown color: approx Bali Hai. HEX triplet: 78, 9E and B3. RGB value is (120,158,179). Sum of RGB (Red+Green+Blue) = 120+158+179=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #789EB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EB3 is #87614C. Grayscale: #949494. Windows color (decimal): -8872269 or 11771512. OLE color: 11771512.

HSL color Cylindrical-coordinate representation of color #789EB3: hue angle of 201.36º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #789EB3 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB120158179-
CMYK0.330.1200.30
HSL201.36º27.96%58.63%-
HSV(B)201.36º32.96%70.2%-
XYZ28.1131.747.29-
YUV149.03144.91107.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.26%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 179 (70.31% from 255) = 39.17%
R=26.26%
G=34.57%
B=39.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201581790.330.1200.30201.3627.9658.63
Hex789EB321C01Ec91c3b
Octal17023626341140363113473
Binary1111000100111101011001110000111000111101100100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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