Html Css Color HEX #8982AA Grey Suit

📋 copy color: '#8982AA'

red 137 ◦ green 130 ◦ blue 170

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

Shades of Grey Suit #8982AA

Tints of Grey Suit #8982AA

RGB

 RED value IS 137 (53.91% from 255) = 31.35%

 GREEN value IS 130 (51.17% from 255) = 29.75%

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 31.35%
G = 29.75%
B = 38.9%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8982AA (or 0x8982AA) is known color: Grey Suit. HEX triplet: 89, 82 and AA. RGB value is (137,130,170). Sum of RGB (Red+Green+Blue) = 137+130+170=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #8982AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8982AA is #767D55. Grayscale: #888888. Windows color (decimal): -7765334 or 11174537. OLE color: 11174537.

HSL color Cylindrical-coordinate representation of color #8982AA: hue angle of 250.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8982AA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 130 170 -
CMYK 0.19 0.24 0 0.33
HSL 250.5º 0.19% 0.59% -
HSV(B) 250.5º 0.24% 0.67% -
XYZ 25.55 24.19 41.35 -
YUV 136.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 137 130 170 0.19 0.24 0 0.33 250.5 0.19 0.59
Hex 89 82 AA 13 18 0 21 FB 13 3B
Octal 211 202 252 23 30 0 41 373 23 73
Binary 10001001 10000010 10101010 10011 11000 0 100001 11111011 10011 111011

Color Harmonies of #8982AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8982AA

Black with #8982AA

Text Example


Text Example

White with #8982AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8982AA; }

 p { color: rgb(137,130,170); }

 H1.HeaderClassName
 {
   color: #8982AA;
 }
 .AnyTagClassName
 {
   color: #8982AA;
 }
</style>

background-color css

<style>
 a { background-color: #8982AA; }

 a { background-color: rgb(137,130,170); }

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

border-color css

<style>
 span { border-color: #8982AA; }

 span { border-color: rgb(137,130,170); }

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