#8D84AB

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

Shades of Grey Suit #8D84AB

Tints of Grey Suit #8D84AB

Color information

#8D84AB (or 0x8D84AB) is unknown color: approx Grey Suit. HEX triplet: 8D, 84 and AB. RGB value is (141,132,171). Sum of RGB (Red+Green+Blue) = 141+132+171=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D84AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D84AB is #727B54. Grayscale: #8A8A8A. Windows color (decimal): -7502677 or 11240589. OLE color: 11240589.

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

Color convert

RGB141132171-
CMYK0.180.2300.33
HSL253.85º18.84%59.41%-
HSV(B)253.85º22.81%67.06%-
XYZ26.5925.1141.97-
YUV139.14145.98129.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.76%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=31.76%
G=29.73%
B=38.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411321710.180.2300.33253.8518.8459.41
Hex8D84AB1217021fe133b
Octal21520425322270413762373
Binary100011011000010010101011100101011101000011111111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D84AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,132,171); }

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

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

 a { background-color: rgb(141,132,171); }

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

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

 span { border-color: rgb(141,132,171); }

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