#84969E

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

Shades of Bali Hai #84969E

Tints of Bali Hai #84969E

Color information

#84969E (or 0x84969E) is unknown color: approx Bali Hai. HEX triplet: 84, 96 and 9E. RGB value is (132,150,158). Sum of RGB (Red+Green+Blue) = 132+150+158=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 158 - color contains mainly: blue. Hex color #84969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84969E is #7B6961. Grayscale: #919191. Windows color (decimal): -8087906 or 10393220. OLE color: 10393220.

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

Color convert

RGB132150158-
CMYK0.160.0500.38
HSL198.46º11.82%56.86%-
HSV(B)198.46º16.46%61.96%-
XYZ26.5929.1936.58-
YUV145.53135.04118.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=30%
G=34.09%
B=35.91%

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
Decimal1321501580.160.0500.38198.4611.8256.86
Hex84969E105026c6c39
Octal2042262362050463061471
Binary100001001001011010011110100001010100110110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84969E; }

 p { color: rgb(132,150,158); }

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

<style>
 a { background-color: #84969E; }

 a { background-color: rgb(132,150,158); }

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

<style>
 span { border-color: #84969E; }

 span { border-color: rgb(132,150,158); }

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