#84929B

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

Shades of Bali Hai #84929B

Tints of Bali Hai #84929B

Color information

#84929B (or 0x84929B) is unknown color: approx Bali Hai. HEX triplet: 84, 92 and 9B. RGB value is (132,146,155). Sum of RGB (Red+Green+Blue) = 132+146+155=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #84929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84929B is #7B6D64. Grayscale: #8E8E8E. Windows color (decimal): -8088933 or 10195588. OLE color: 10195588.

HSL color Cylindrical-coordinate representation of color #84929B: hue angle of 203.48º 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 #84929B is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132146155-
CMYK0.150.0600.39
HSL203.48º10.31%56.27%-
HSV(B)203.48º14.84%60.78%-
XYZ25.7127.8335.03-
YUV142.84134.86120.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.48%
GREEN value IS 146 (57.42% from 255) = 33.72%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=30.48%
G=33.72%
B=35.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321461550.150.0600.39203.4810.3156.27
Hex84929BF6027cba38
Octal2042222331760473131270
Binary10000100100100101001101111111100100111110010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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