#829EAF

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

Shades of Bali Hai #829EAF

Tints of Bali Hai #829EAF

Color information

#829EAF (or 0x829EAF) is unknown color: approx Bali Hai. HEX triplet: 82, 9E and AF. RGB value is (130,158,175). Sum of RGB (Red+Green+Blue) = 130+158+175=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #829EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829EAF is #7D6150. Grayscale: #979797. Windows color (decimal): -8216913 or 11509378. OLE color: 11509378.

HSL color Cylindrical-coordinate representation of color #829EAF: hue angle of 202.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #829EAF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130158175-
CMYK0.260.1000.31
HSL202.67º21.95%59.8%-
HSV(B)202.67º25.71%68.63%-
XYZ29.1732.2945.25-
YUV151.57141.22112.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.08%
GREEN value IS 158 (62.11% from 255) = 34.13%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=28.08%
G=34.13%
B=37.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301581750.260.1000.31202.6721.9559.8
Hex829EAF1AA01Fcb163c
Octal20223625732120373132674
Binary1000001010011110101011111101010100111111100101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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