#84979D

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

Shades of Bali Hai #84979D

Tints of Bali Hai #84979D

Color information

#84979D (or 0x84979D) is unknown color: approx Bali Hai. HEX triplet: 84, 97 and 9D. RGB value is (132,151,157). Sum of RGB (Red+Green+Blue) = 132+151+157=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #84979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84979D is #7B6862. Grayscale: #919191. Windows color (decimal): -8087651 or 10327940. OLE color: 10327940.

HSL color Cylindrical-coordinate representation of color #84979D: hue angle of 194.4º degrees, saturation: 0.11, 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 #84979D is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132151157-
CMYK0.160.0400.38
HSL194.4º11.31%56.67%-
HSV(B)194.4º15.92%61.57%-
XYZ26.6729.4736.18-
YUV146134.21118.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=30%
G=34.32%
B=35.68%

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
Decimal1321511570.160.0400.38194.411.3156.67
Hex84979D104026c2b39
Octal2042272352040463021371
Binary100001001001011110011101100001000100110110000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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