#729AAD

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

Shades of Bali Hai #729AAD

Tints of Bali Hai #729AAD

Color information

#729AAD (or 0x729AAD) is unknown color: approx Bali Hai. HEX triplet: 72, 9A and AD. RGB value is (114,154,173). Sum of RGB (Red+Green+Blue) = 114+154+173=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #729AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729AAD is #8D6552. Grayscale: #909090. Windows color (decimal): -9266515 or 11377266. OLE color: 11377266.

HSL color Cylindrical-coordinate representation of color #729AAD: hue angle of 199.32º 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 #729AAD is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114154173-
CMYK0.340.1100.32
HSL199.32º26.46%56.27%-
HSV(B)199.32º34.1%67.84%-
XYZ26.0429.7143.9-
YUV144.21144.25106.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.85%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=25.85%
G=34.92%
B=39.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141541730.340.1100.32199.3226.4656.27
Hex729AAD22B020c71a38
Octal16223225542130403073270
Binary11100101001101010101101100010101101000001100011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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