#739AA5

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

Shades of Bali Hai #739AA5

Tints of Bali Hai #739AA5

Color information

#739AA5 (or 0x739AA5) is unknown color: approx Bali Hai. HEX triplet: 73, 9A and A5. RGB value is (115,154,165). Sum of RGB (Red+Green+Blue) = 115+154+165=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 165 - color contains mainly: blue. Hex color #739AA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739AA5 is #8C655A. Grayscale: #8F8F8F. Windows color (decimal): -9200987 or 10852979. OLE color: 10852979.

HSL color Cylindrical-coordinate representation of color #739AA5: hue angle of 193.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #739AA5 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB115154165-
CMYK0.300.0700.35
HSL193.2º21.74%54.9%-
HSV(B)193.2º30.3%64.71%-
XYZ25.4229.4739.95-
YUV143.59140.08107.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.50%
GREEN value IS 154 (60.55% from 255) = 35.48%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=26.50%
G=35.48%
B=38.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151541650.300.0700.35193.221.7454.9
Hex739AA51E7023c11637
Octal1632322453670433012667
Binary111001110011010101001011111011101000111100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739AA5; }

 p { color: rgb(115,154,165); }

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

<style>
 a { background-color: #739AA5; }

 a { background-color: rgb(115,154,165); }

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

<style>
 span { border-color: #739AA5; }

 span { border-color: rgb(115,154,165); }

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