#84939B

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

Shades of Bali Hai #84939B

Tints of Bali Hai #84939B

Color information

#84939B (or 0x84939B) is unknown color: approx Bali Hai. HEX triplet: 84, 93 and 9B. RGB value is (132,147,155). Sum of RGB (Red+Green+Blue) = 132+147+155=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 155 - color contains mainly: blue. Hex color #84939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84939B is #7B6C64. Grayscale: #8F8F8F. Windows color (decimal): -8088677 or 10195844. OLE color: 10195844.

HSL color Cylindrical-coordinate representation of color #84939B: hue angle of 200.87º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84939B is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132147155-
CMYK0.150.0500.39
HSL200.87º10.31%56.27%-
HSV(B)200.87º14.84%60.78%-
XYZ25.8728.1435.08-
YUV143.43134.53119.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=30.41%
G=33.87%
B=35.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321471550.150.0500.39200.8710.3156.27
Hex84939BF5027c9a38
Octal2042232331750473111270
Binary10000100100100111001101111111010100111110010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84939B; }

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

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

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

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

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

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

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

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