#84989D

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

Shades of Bali Hai #84989D

Tints of Bali Hai #84989D

Color information

#84989D (or 0x84989D) is unknown color: approx Bali Hai. HEX triplet: 84, 98 and 9D. RGB value is (132,152,157). Sum of RGB (Red+Green+Blue) = 132+152+157=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #84989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84989D is #7B6762. Grayscale: #929292. Windows color (decimal): -8087395 or 10328196. OLE color: 10328196.

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

Color convert

RGB132152157-
CMYK0.160.0300.38
HSL192º11.31%56.67%-
HSV(B)192º15.92%61.57%-
XYZ26.8329.836.24-
YUV146.59133.87117.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=29.93%
G=34.47%
B=35.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321521570.160.0300.3819211.3156.67
Hex84989D103026c0b39
Octal2042302352030463001371
Binary10000100100110001001110110000110100110110000001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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