#829299

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

Shades of Bali Hai #829299

Tints of Bali Hai #829299

Color information

#829299 (or 0x829299) is unknown color: approx Bali Hai. HEX triplet: 82, 92 and 99. RGB value is (130,146,153). Sum of RGB (Red+Green+Blue) = 130+146+153=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #829299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829299 is #7D6D66. Grayscale: #8D8D8D. Windows color (decimal): -8220007 or 10064514. OLE color: 10064514.

HSL color Cylindrical-coordinate representation of color #829299: hue angle of 198.26º 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 #829299 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB130146153-
CMYK0.150.0500.4
HSL198.26º10.13%55.49%-
HSV(B)198.26º15.03%60%-
XYZ25.2327.634.13-
YUV142.01134.2119.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=30.30%
G=34.03%
B=35.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301461530.150.0500.4198.2610.1355.49
Hex829299F5028c6a37
Octal2022222311750503061267
Binary10000010100100101001100111111010101000110001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829299; }

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

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

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

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

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

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

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

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