#729BAC

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

Shades of Bali Hai #729BAC

Tints of Bali Hai #729BAC

Color information

#729BAC (or 0x729BAC) is unknown color: approx Bali Hai. HEX triplet: 72, 9B and AC. RGB value is (114,155,172). Sum of RGB (Red+Green+Blue) = 114+155+172=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #729BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BAC is #8D6453. Grayscale: #909090. Windows color (decimal): -9266260 or 11311986. OLE color: 11311986.

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

Color convert

RGB114155172-
CMYK0.340.1000.33
HSL197.59º25.89%56.08%-
HSV(B)197.59º33.72%67.45%-
XYZ26.113043.44-
YUV144.68143.42106.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.85%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=25.85%
G=35.15%
B=39.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141551720.340.1000.33197.5925.8956.08
Hex729BAC22A021c61a38
Octal16223325442120413063270
Binary11100101001101110101100100010101001000011100011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,155,172); }

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

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

 a { background-color: rgb(114,155,172); }

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

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

 span { border-color: rgb(114,155,172); }

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