#849399

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

Shades of Bali Hai #849399

Tints of Bali Hai #849399

Color information

#849399 (or 0x849399) is unknown color: approx Bali Hai. HEX triplet: 84, 93 and 99. RGB value is (132,147,153). Sum of RGB (Red+Green+Blue) = 132+147+153=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #849399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849399 is #7B6C66. Grayscale: #8F8F8F. Windows color (decimal): -8088679 or 10064772. OLE color: 10064772.

HSL color Cylindrical-coordinate representation of color #849399: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #849399 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB132147153-
CMYK0.140.0400.4
HSL197.14º9.33%55.88%-
HSV(B)197.14º13.73%60%-
XYZ25.728.0734.2-
YUV143.2133.53120.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=30.56%
G=34.03%
B=35.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321471530.140.0400.4197.149.3355.88
Hex849399E4028c5938
Octal2042232311640503051170
Binary10000100100100111001100111101000101000110001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849399; }

 p { color: rgb(132,147,153); }

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

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

 a { background-color: rgb(132,147,153); }

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

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

 span { border-color: rgb(132,147,153); }

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