#84959B

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

Shades of Bali Hai #84959B

Tints of Bali Hai #84959B

Color information

#84959B (or 0x84959B) is unknown color: approx Bali Hai. HEX triplet: 84, 95 and 9B. RGB value is (132,149,155). Sum of RGB (Red+Green+Blue) = 132+149+155=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 155 - color contains mainly: blue. Hex color #84959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84959B is #7B6A64. Grayscale: #909090. Windows color (decimal): -8088165 or 10196356. OLE color: 10196356.

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

Color convert

RGB132149155-
CMYK0.150.0400.39
HSL195.65º10.31%56.27%-
HSV(B)195.65º14.84%60.78%-
XYZ26.1828.7735.18-
YUV144.6133.87119.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.28%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=30.28%
G=34.17%
B=35.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321491550.150.0400.39195.6510.3156.27
Hex84959BF4027c4a38
Octal2042252331740473041270
Binary10000100100101011001101111111000100111110001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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