#84979E

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

Shades of Bali Hai #84979E

Tints of Bali Hai #84979E

Color information

#84979E (or 0x84979E) is unknown color: approx Bali Hai. HEX triplet: 84, 97 and 9E. RGB value is (132,151,158). Sum of RGB (Red+Green+Blue) = 132+151+158=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 158 - color contains mainly: blue. Hex color #84979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84979E is #7B6861. Grayscale: #929292. Windows color (decimal): -8087650 or 10393476. OLE color: 10393476.

HSL color Cylindrical-coordinate representation of color #84979E: hue angle of 196.15º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84979E is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132151158-
CMYK0.160.0400.38
HSL196.15º11.82%56.86%-
HSV(B)196.15º16.46%61.96%-
XYZ26.7529.5136.63-
YUV146.12134.71117.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=29.93%
G=34.24%
B=35.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321511580.160.0400.38196.1511.8256.86
Hex84979E104026c4c39
Octal2042272362040463041471
Binary100001001001011110011110100001000100110110001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84979E; }

 p { color: rgb(132,151,158); }

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

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

 a { background-color: rgb(132,151,158); }

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

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

 span { border-color: rgb(132,151,158); }

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