#8C879E

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

Shades of Grey Suit #8C879E

Tints of Grey Suit #8C879E

Color information

#8C879E (or 0x8C879E) is unknown color: approx Grey Suit. HEX triplet: 8C, 87 and 9E. RGB value is (140,135,158). Sum of RGB (Red+Green+Blue) = 140+135+158=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C879E is #737861. Grayscale: #8B8B8B. Windows color (decimal): -7567458 or 10389388. OLE color: 10389388.

HSL color Cylindrical-coordinate representation of color #8C879E: hue angle of 253.04º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C879E is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB140135158-
CMYK0.110.1500.38
HSL253.04º10.6%57.45%-
HSV(B)253.04º14.56%61.96%-
XYZ25.6525.3735.89-
YUV139.12138.66128.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.33%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=32.33%
G=31.18%
B=36.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401351580.110.1500.38253.0410.657.45
Hex8C879EBF026fdb39
Octal21420723613170463751371
Binary100011001000011110011110101111110100110111111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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