#789AA4

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

Shades of Bali Hai #789AA4

Tints of Bali Hai #789AA4

Color information

#789AA4 (or 0x789AA4) is unknown color: approx Bali Hai. HEX triplet: 78, 9A and A4. RGB value is (120,154,164). Sum of RGB (Red+Green+Blue) = 120+154+164=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 164 - color contains mainly: blue. Hex color #789AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789AA4 is #87655B. Grayscale: #909090. Windows color (decimal): -8873308 or 10787448. OLE color: 10787448.

HSL color Cylindrical-coordinate representation of color #789AA4: hue angle of 193.64º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #789AA4 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB120154164-
CMYK0.270.0600.36
HSL193.64º19.47%55.69%-
HSV(B)193.64º26.83%64.31%-
XYZ2629.7839.5-
YUV144.97138.74110.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.40%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 164 (64.45% from 255) = 37.44%
R=27.40%
G=35.16%
B=37.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201541640.270.0600.36193.6419.4755.69
Hex789AA41B6024c21338
Octal1702322443360443022370
Binary111100010011010101001001101111001001001100001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,154,164); }

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

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

 a { background-color: rgb(120,154,164); }

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

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

 span { border-color: rgb(120,154,164); }

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