#829CAF

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

Shades of Bali Hai #829CAF

Tints of Bali Hai #829CAF

Color information

#829CAF (or 0x829CAF) is unknown color: approx Bali Hai. HEX triplet: 82, 9C and AF. RGB value is (130,156,175). Sum of RGB (Red+Green+Blue) = 130+156+175=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #829CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829CAF is #7D6350. Grayscale: #969696. Windows color (decimal): -8217425 or 11508866. OLE color: 11508866.

HSL color Cylindrical-coordinate representation of color #829CAF: hue angle of 205.33º 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 #829CAF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130156175-
CMYK0.260.1100.31
HSL205.33º21.95%59.8%-
HSV(B)205.33º25.71%68.63%-
XYZ28.8331.6245.14-
YUV150.39141.89113.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.20%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=28.20%
G=33.84%
B=37.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301561750.260.1100.31205.3321.9559.8
Hex829CAF1AB01Fcd163c
Octal20223425732130373152674
Binary1000001010011100101011111101010110111111100110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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