#8D86AB

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

Shades of Grey Suit #8D86AB

Tints of Grey Suit #8D86AB

Color information

#8D86AB (or 0x8D86AB) is unknown color: approx Grey Suit. HEX triplet: 8D, 86 and AB. RGB value is (141,134,171). Sum of RGB (Red+Green+Blue) = 141+134+171=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D86AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D86AB is #727954. Grayscale: #8C8C8C. Windows color (decimal): -7502165 or 11241101. OLE color: 11241101.

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

Color convert

RGB141134171-
CMYK0.180.2200.33
HSL251.35º18.05%59.8%-
HSV(B)251.35º21.64%67.06%-
XYZ26.8625.6542.06-
YUV140.31145.32128.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.61%
GREEN value IS 134 (52.73% from 255) = 30.04%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=31.61%
G=30.04%
B=38.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411341710.180.2200.33251.3518.0559.8
Hex8D86AB1216021fb123c
Octal21520625322260413732274
Binary100011011000011010101011100101011001000011111101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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