Html Css Color HEX #8A9980 Amulet

📋 copy color: '#8A9980'

red 138 ◦ green 153 ◦ blue 128

#8A9980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #8A9980

Tints of Amulet #8A9980

RGB

 RED value IS 138 (54.3% from 255) = 32.94%

 GREEN value IS 153 (60.16% from 255) = 36.52%

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 32.94%
G = 36.52%
B = 30.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#8A9980 (or 0x8A9980) is known color: Amulet. HEX triplet: 8A, 99 and 80. RGB value is (138,153,128). Sum of RGB (Red+Green+Blue) = 138+153+128=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9980 is #75667F. Grayscale: #919191. Windows color (decimal): -7693952 or 8427914. OLE color: 8427914.

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

Color convert

RGB 138 153 128 -
CMYK 0.10 0 0.16 0.4
HSL 96º 0.11% 0.55% -
HSV(B) 96º 0.16% 0.6% -
XYZ 25.77 29.74 24.81 -
YUV 145.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 138 153 128 0.10 0 0.16 0.4 96 0.11 0.55
Hex 8A 99 80 A 0 10 28 60 B 37
Octal 212 231 200 12 0 20 50 140 13 67
Binary 10001010 10011001 10000000 1010 0 10000 101000 1100000 1011 110111

Color Harmonies of #8A9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9980

Black with #8A9980

Text Example


Text Example

White with #8A9980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A9980;
 }
 .AnyTagClassName
 {
   color: #8A9980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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