#8C87B2

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

Shades of Grey Suit #8C87B2

Tints of Grey Suit #8C87B2

Color information

#8C87B2 (or 0x8C87B2) is unknown color: approx Grey Suit. HEX triplet: 8C, 87 and B2. RGB value is (140,135,178). Sum of RGB (Red+Green+Blue) = 140+135+178=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 178 - color contains mainly: blue. Hex color #8C87B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C87B2 is #73784D. Grayscale: #8D8D8D. Windows color (decimal): -7567438 or 11700108. OLE color: 11700108.

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

Color convert

RGB140135178-
CMYK0.210.2400.30
HSL246.98º21.83%61.37%-
HSV(B)246.98º24.16%69.8%-
XYZ27.5226.1245.71-
YUV141.4148.66127-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 178 (69.92% from 255) = 39.29%
R=30.91%
G=29.80%
B=39.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1401351780.210.2400.30246.9821.8361.37
Hex8C87B2151801Ef7163d
Octal21420726225300363672675
Binary10001100100001111011001010101110000111101111011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C87B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,135,178); }

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

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

 a { background-color: rgb(140,135,178); }

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

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

 span { border-color: rgb(140,135,178); }

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