#829DAF

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

Shades of Bali Hai #829DAF

Tints of Bali Hai #829DAF

Color information

#829DAF (or 0x829DAF) is unknown color: approx Bali Hai. HEX triplet: 82, 9D and AF. RGB value is (130,157,175). Sum of RGB (Red+Green+Blue) = 130+157+175=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #829DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829DAF is #7D6250. Grayscale: #969696. Windows color (decimal): -8217169 or 11509122. OLE color: 11509122.

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

Color convert

RGB130157175-
CMYK0.260.1000.31
HSL204º21.95%59.8%-
HSV(B)204º25.71%68.63%-
XYZ2931.9545.2-
YUV150.98141.55113.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.14%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=28.14%
G=33.98%
B=37.88%

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
Decimal1301571750.260.1000.3120421.9559.8
Hex829DAF1AA01Fcc163c
Octal20223525732120373142674
Binary1000001010011101101011111101010100111111100110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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