Html Css Color HEX #8982A4 Grey Suit

📋 copy color: '#8982A4'

red 137 ◦ green 130 ◦ blue 164

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

Shades of Grey Suit #8982A4

Tints of Grey Suit #8982A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.05%

R = 31.79%
G = 30.16%
B = 38.05%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8982A4 (or 0x8982A4) is known color: Grey Suit. HEX triplet: 89, 82 and A4. RGB value is (137,130,164). Sum of RGB (Red+Green+Blue) = 137+130+164=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 164 - color contains mainly: blue. Hex color #8982A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8982A4 is #767D5B. Grayscale: #878787. Windows color (decimal): -7765340 or 10781321. OLE color: 10781321.

HSL color Cylindrical-coordinate representation of color #8982A4: hue angle of 252.35º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8982A4 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 137 130 164 -
CMYK 0.16 0.21 0 0.36
HSL 252.35º 0.16% 0.58% -
HSV(B) 252.35º 0.21% 0.64% -
XYZ 25 23.96 38.43 -
YUV 135.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 137 130 164 0.16 0.21 0 0.36 252.35 0.16 0.58
Hex 89 82 A4 10 15 0 24 FC 10 3A
Octal 211 202 244 20 25 0 44 374 20 72
Binary 10001001 10000010 10100100 10000 10101 0 100100 11111100 10000 111010

Color Harmonies of #8982A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8982A4

Black with #8982A4

Text Example


Text Example

White with #8982A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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