#829398

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

Shades of Bali Hai #829398

Tints of Bali Hai #829398

Color information

#829398 (or 0x829398) is unknown color: approx Bali Hai. HEX triplet: 82, 93 and 98. RGB value is (130,147,152). Sum of RGB (Red+Green+Blue) = 130+147+152=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #829398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829398 is #7D6C67. Grayscale: #8E8E8E. Windows color (decimal): -8219752 or 9999234. OLE color: 9999234.

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

Color convert

RGB130147152-
CMYK0.140.0300.40
HSL193.64º9.65%55.29%-
HSV(B)193.64º14.47%59.61%-
XYZ25.3127.8833.75-
YUV142.49133.37119.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=30.30%
G=34.27%
B=35.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301471520.140.0300.40193.649.6555.29
Hex829398E3028c2a37
Octal2022232301630503021267
Binary1000001010010011100110001110110101000110000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829398; }

 p { color: rgb(130,147,152); }

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

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

 a { background-color: rgb(130,147,152); }

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

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

 span { border-color: rgb(130,147,152); }

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