#829EAA

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

Shades of Bali Hai #829EAA

Tints of Bali Hai #829EAA

Color information

#829EAA (or 0x829EAA) is unknown color: approx Bali Hai. HEX triplet: 82, 9E and AA. RGB value is (130,158,170). Sum of RGB (Red+Green+Blue) = 130+158+170=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #829EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829EAA is #7D6155. Grayscale: #969696. Windows color (decimal): -8216918 or 11181698. OLE color: 11181698.

HSL color Cylindrical-coordinate representation of color #829EAA: hue angle of 198º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #829EAA is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130158170-
CMYK0.240.0700.33
HSL198º19.05%58.82%-
HSV(B)198º23.53%66.67%-
XYZ28.6932.142.71-
YUV151138.72113.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.38%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=28.38%
G=34.50%
B=37.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301581700.240.0700.3319819.0558.82
Hex829EAA187021c6133b
Octal2022362523070413062373
Binary1000001010011110101010101100011101000011100011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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