#8A9984

Color #8A9984 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #8A9984

Tints of Amulet #8A9984

Color information

#8A9984 (or 0x8A9984) is unknown color: approx Amulet. HEX triplet: 8A, 99 and 84. RGB value is (138,153,132). Sum of RGB (Red+Green+Blue) = 138+153+132=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9984 is #75667B. Grayscale: #929292. Windows color (decimal): -7693948 or 8690058. OLE color: 8690058.

HSL color Cylindrical-coordinate representation of color #8A9984: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A9984 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB138153132-
CMYK0.1000.140.4
HSL102.86º9.33%55.88%-
HSV(B)102.86º13.73%60%-
XYZ26.0429.8526.22-
YUV146.12120.03122.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=32.62%
G=36.17%
B=31.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1381531320.1000.140.4102.869.3355.88
Hex8A9984A0E2867938
Octal21223120412016501471170
Binary10001010100110011000010010100111010100011001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9984; }

 p { color: rgb(138,153,132); }

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

<style>
 a { background-color: #8A9984; }

 a { background-color: rgb(138,153,132); }

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

<style>
 span { border-color: #8A9984; }

 span { border-color: rgb(138,153,132); }

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