#829499

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

Shades of Bali Hai #829499

Tints of Bali Hai #829499

Color information

#829499 (or 0x829499) is unknown color: approx Bali Hai. HEX triplet: 82, 94 and 99. RGB value is (130,148,153). Sum of RGB (Red+Green+Blue) = 130+148+153=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #829499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829499 is #7D6B66. Grayscale: #8F8F8F. Windows color (decimal): -8219495 or 10065026. OLE color: 10065026.

HSL color Cylindrical-coordinate representation of color #829499: hue angle of 193.04º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #829499 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB130148153-
CMYK0.150.0300.4
HSL193.04º10.13%55.49%-
HSV(B)193.04º15.03%60%-
XYZ25.5528.2334.24-
YUV143.19133.54118.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=30.16%
G=34.34%
B=35.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301481530.150.0300.4193.0410.1355.49
Hex829499F3028c1a37
Octal2022242311730503011267
Binary1000001010010100100110011111110101000110000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829499; }

 p { color: rgb(130,148,153); }

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

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

 a { background-color: rgb(130,148,153); }

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

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

 span { border-color: rgb(130,148,153); }

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