#729CAD

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

Shades of Bali Hai #729CAD

Tints of Bali Hai #729CAD

Color information

#729CAD (or 0x729CAD) is unknown color: approx Bali Hai. HEX triplet: 72, 9C and AD. RGB value is (114,156,173). Sum of RGB (Red+Green+Blue) = 114+156+173=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #729CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729CAD is #8D6352. Grayscale: #919191. Windows color (decimal): -9266003 or 11377778. OLE color: 11377778.

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

Color convert

RGB114156173-
CMYK0.340.1000.32
HSL197.29º26.46%56.27%-
HSV(B)197.29º34.1%67.84%-
XYZ26.3730.3744.01-
YUV145.38143.59105.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.73%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=25.73%
G=35.21%
B=39.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141561730.340.1000.32197.2926.4656.27
Hex729CAD22A020c51a38
Octal16223425542120403053270
Binary11100101001110010101101100010101001000001100010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,156,173); }

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

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

 a { background-color: rgb(114,156,173); }

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

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

 span { border-color: rgb(114,156,173); }

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