#84959D

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

Shades of Bali Hai #84959D

Tints of Bali Hai #84959D

Color information

#84959D (or 0x84959D) is unknown color: approx Bali Hai. HEX triplet: 84, 95 and 9D. RGB value is (132,149,157). Sum of RGB (Red+Green+Blue) = 132+149+157=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #84959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84959D is #7B6A62. Grayscale: #909090. Windows color (decimal): -8088163 or 10327428. OLE color: 10327428.

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

Color convert

RGB132149157-
CMYK0.160.0500.38
HSL199.2º11.31%56.67%-
HSV(B)199.2º15.92%61.57%-
XYZ26.3528.8336.08-
YUV144.83134.87118.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.14%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=30.14%
G=34.02%
B=35.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321491570.160.0500.38199.211.3156.67
Hex84959D105026c7b39
Octal2042252352050463071371
Binary100001001001010110011101100001010100110110001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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