#8C879C

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

Shades of Grey Suit #8C879C

Tints of Grey Suit #8C879C

Color information

#8C879C (or 0x8C879C) is unknown color: approx Grey Suit. HEX triplet: 8C, 87 and 9C. RGB value is (140,135,156). Sum of RGB (Red+Green+Blue) = 140+135+156=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C879C is #737863. Grayscale: #8A8A8A. Windows color (decimal): -7567460 or 10258316. OLE color: 10258316.

HSL color Cylindrical-coordinate representation of color #8C879C: hue angle of 254.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C879C is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB140135156-
CMYK0.100.1300.39
HSL254.29º9.59%57.06%-
HSV(B)254.29º13.46%61.18%-
XYZ25.4825.334.99-
YUV138.89137.66128.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.48%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=32.48%
G=31.32%
B=36.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401351560.100.1300.39254.299.5957.06
Hex8C879CAD027fea39
Octal21420723412150473761271
Binary100011001000011110011100101011010100111111111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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