#8C87AC

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

Shades of Grey Suit #8C87AC

Tints of Grey Suit #8C87AC

Color information

#8C87AC (or 0x8C87AC) is unknown color: approx Grey Suit. HEX triplet: 8C, 87 and AC. RGB value is (140,135,172). Sum of RGB (Red+Green+Blue) = 140+135+172=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C87AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C87AC is #737853. Grayscale: #8C8C8C. Windows color (decimal): -7567444 or 11306892. OLE color: 11306892.

HSL color Cylindrical-coordinate representation of color #8C87AC: hue angle of 248.11º 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 #8C87AC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140135172-
CMYK0.190.2200.33
HSL248.11º18.23%60.2%-
HSV(B)248.11º21.51%67.45%-
XYZ26.9325.8842.61-
YUV140.71145.66127.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=31.32%
G=30.20%
B=38.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401351720.190.2200.33248.1118.2360.2
Hex8C87AC1316021f8123c
Octal21420725423260413702274
Binary100011001000011110101100100111011001000011111100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C87AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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