#829AA5

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

Shades of Bali Hai #829AA5

Tints of Bali Hai #829AA5

Color information

#829AA5 (or 0x829AA5) is unknown color: approx Bali Hai. HEX triplet: 82, 9A and A5. RGB value is (130,154,165). Sum of RGB (Red+Green+Blue) = 130+154+165=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 165 - color contains mainly: blue. Hex color #829AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829AA5 is #7D655A. Grayscale: #949494. Windows color (decimal): -8217947 or 10852994. OLE color: 10852994.

HSL color Cylindrical-coordinate representation of color #829AA5: hue angle of 198.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #829AA5 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB130154165-
CMYK0.210.0700.35
HSL198.86º16.28%57.84%-
HSV(B)198.86º21.21%64.71%-
XYZ27.5530.5740.05-
YUV148.08137.55115.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 165 (64.84% from 255) = 36.75%
R=28.95%
G=34.30%
B=36.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301541650.210.0700.35198.8616.2857.84
Hex829AA5157023c7103a
Octal2022322452570433072072
Binary1000001010011010101001011010111101000111100011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,154,165); }

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

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

 a { background-color: rgb(130,154,165); }

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

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

 span { border-color: rgb(130,154,165); }

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