#719AA9

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

Shades of Bali Hai #719AA9

Tints of Bali Hai #719AA9

Color information

#719AA9 (or 0x719AA9) is unknown color: approx Bali Hai. HEX triplet: 71, 9A and A9. RGB value is (113,154,169). Sum of RGB (Red+Green+Blue) = 113+154+169=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 169 - color contains mainly: blue. Hex color #719AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719AA9 is #8E6556. Grayscale: #8F8F8F. Windows color (decimal): -9332055 or 11115121. OLE color: 11115121.

HSL color Cylindrical-coordinate representation of color #719AA9: hue angle of 196.07º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #719AA9 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB113154169-
CMYK0.330.0900.34
HSL196.07º24.56%55.29%-
HSV(B)196.07º33.14%66.27%-
XYZ25.5329.4941.88-
YUV143.45142.42106.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.92%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 169 (66.41% from 255) = 38.76%
R=25.92%
G=35.32%
B=38.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1131541690.330.0900.34196.0724.5655.29
Hex719AA9219022c41937
Octal16123225141110423043167
Binary11100011001101010101001100001100101000101100010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719AA9; }

 p { color: rgb(113,154,169); }

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

<style>
 a { background-color: #719AA9; }

 a { background-color: rgb(113,154,169); }

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

<style>
 span { border-color: #719AA9; }

 span { border-color: rgb(113,154,169); }

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