#729DAD

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

Shades of Bali Hai #729DAD

Tints of Bali Hai #729DAD

Color information

#729DAD (or 0x729DAD) is unknown color: approx Bali Hai. HEX triplet: 72, 9D and AD. RGB value is (114,157,173). Sum of RGB (Red+Green+Blue) = 114+157+173=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #729DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729DAD is #8D6252. Grayscale: #919191. Windows color (decimal): -9265747 or 11378034. OLE color: 11378034.

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

Color convert

RGB114157173-
CMYK0.340.0900.32
HSL196.27º26.46%56.27%-
HSV(B)196.27º34.1%67.84%-
XYZ26.5430.7144.06-
YUV145.97143.25105.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.68%
GREEN value IS 157 (61.72% from 255) = 35.36%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=25.68%
G=35.36%
B=38.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141571730.340.0900.32196.2726.4656.27
Hex729DAD229020c41a38
Octal16223525542110403043270
Binary11100101001110110101101100010100101000001100010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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