#829EAE

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

Shades of Bali Hai #829EAE

Tints of Bali Hai #829EAE

Color information

#829EAE (or 0x829EAE) is unknown color: approx Bali Hai. HEX triplet: 82, 9E and AE. RGB value is (130,158,174). Sum of RGB (Red+Green+Blue) = 130+158+174=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #829EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829EAE is #7D6151. Grayscale: #979797. Windows color (decimal): -8216914 or 11443842. OLE color: 11443842.

HSL color Cylindrical-coordinate representation of color #829EAE: hue angle of 201.82º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #829EAE is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130158174-
CMYK0.250.0900.32
HSL201.82º21.36%59.61%-
HSV(B)201.82º25.29%68.24%-
XYZ29.0732.2644.74-
YUV151.45140.72112.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.14%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=28.14%
G=34.20%
B=37.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301581740.250.0900.32201.8221.3659.61
Hex829EAE199020ca153c
Octal20223625631110403122574
Binary10000010100111101010111011001100101000001100101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829EAE; }

 p { color: rgb(130,158,174); }

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

<style>
 a { background-color: #829EAE; }

 a { background-color: rgb(130,158,174); }

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

<style>
 span { border-color: #829EAE; }

 span { border-color: rgb(130,158,174); }

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