#729AAA

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

Shades of Bali Hai #729AAA

Tints of Bali Hai #729AAA

Color information

#729AAA (or 0x729AAA) is unknown color: approx Bali Hai. HEX triplet: 72, 9A and AA. RGB value is (114,154,170). Sum of RGB (Red+Green+Blue) = 114+154+170=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #729AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729AAA is #8D6555. Grayscale: #8F8F8F. Windows color (decimal): -9266518 or 11180658. OLE color: 11180658.

HSL color Cylindrical-coordinate representation of color #729AAA: hue angle of 197.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #729AAA is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114154170-
CMYK0.330.0900.33
HSL197.14º24.78%55.69%-
HSV(B)197.14º32.94%66.67%-
XYZ25.7529.5942.38-
YUV143.86142.75106.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=26.03%
G=35.16%
B=38.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141541700.330.0900.33197.1424.7855.69
Hex729AAA219021c51938
Octal16223225241110413053170
Binary11100101001101010101010100001100101000011100010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729AAA; }

 p { color: rgb(114,154,170); }

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

<style>
 a { background-color: #729AAA; }

 a { background-color: rgb(114,154,170); }

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

<style>
 span { border-color: #729AAA; }

 span { border-color: rgb(114,154,170); }

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