#8C86B0

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

Shades of Grey Suit #8C86B0

Tints of Grey Suit #8C86B0

Color information

#8C86B0 (or 0x8C86B0) is unknown color: approx Grey Suit. HEX triplet: 8C, 86 and B0. RGB value is (140,134,176). Sum of RGB (Red+Green+Blue) = 140+134+176=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 176 - color contains mainly: blue. Hex color #8C86B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C86B0 is #73794F. Grayscale: #8C8C8C. Windows color (decimal): -7567696 or 11568780. OLE color: 11568780.

HSL color Cylindrical-coordinate representation of color #8C86B0: hue angle of 248.57º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C86B0 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB140134176-
CMYK0.200.2400.31
HSL248.57º21%60.78%-
HSV(B)248.57º23.86%69.02%-
XYZ27.1825.7644.61-
YUV140.58147.99127.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.11%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 176 (69.14% from 255) = 39.11%
R=31.11%
G=29.78%
B=39.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401341760.200.2400.31248.572160.78
Hex8C86B0141801Ff9153d
Octal21420626024300373712575
Binary10001100100001101011000010100110000111111111100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C86B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,134,176); }

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

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

 a { background-color: rgb(140,134,176); }

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

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

 span { border-color: rgb(140,134,176); }

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