#729AAB

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

Shades of Bali Hai #729AAB

Tints of Bali Hai #729AAB

Color information

#729AAB (or 0x729AAB) is unknown color: approx Bali Hai. HEX triplet: 72, 9A and AB. RGB value is (114,154,171). Sum of RGB (Red+Green+Blue) = 114+154+171=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #729AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729AAB is #8D6554. Grayscale: #8F8F8F. Windows color (decimal): -9266517 or 11246194. OLE color: 11246194.

HSL color Cylindrical-coordinate representation of color #729AAB: hue angle of 197.89º 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 #729AAB is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114154171-
CMYK0.330.1000.33
HSL197.89º25.33%55.88%-
HSV(B)197.89º33.33%67.06%-
XYZ25.8529.6342.88-
YUV143.98143.25106.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.97%
GREEN value IS 154 (60.55% from 255) = 35.08%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=25.97%
G=35.08%
B=38.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141541710.330.1000.33197.8925.3355.88
Hex729AAB21A021c61938
Octal16223225341120413063170
Binary11100101001101010101011100001101001000011100011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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