#8982AB

Color #8982AB Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #8982AB

Tints of Grey Suit #8982AB

Color information

#8982AB (or 0x8982AB) is unknown color: approx Grey Suit. HEX triplet: 89, 82 and AB. RGB value is (137,130,171). Sum of RGB (Red+Green+Blue) = 137+130+171=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #8982AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8982AB is #767D54. Grayscale: #888888. Windows color (decimal): -7765333 or 11240073. OLE color: 11240073.

HSL color Cylindrical-coordinate representation of color #8982AB: hue angle of 250.24º degrees, saturation: 0.2, 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 #8982AB is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137130171-
CMYK0.200.2400.33
HSL250.24º19.62%59.02%-
HSV(B)250.24º23.98%67.06%-
XYZ25.6524.2241.85-
YUV136.77147.32128.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.28%
GREEN value IS 130 (51.17% from 255) = 29.68%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=31.28%
G=29.68%
B=39.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371301710.200.2400.33250.2419.6259.02
Hex8982AB1418021fa143b
Octal21120225324300413722473
Binary100010011000001010101011101001100001000011111101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8982AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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