#8D879D

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

Shades of Grey Suit #8D879D

Tints of Grey Suit #8D879D

Color information

#8D879D (or 0x8D879D) is unknown color: approx Grey Suit. HEX triplet: 8D, 87 and 9D. RGB value is (141,135,157). Sum of RGB (Red+Green+Blue) = 141+135+157=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D879D is #727862. Grayscale: #8B8B8B. Windows color (decimal): -7501923 or 10323853. OLE color: 10323853.

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

Color convert

RGB141135157-
CMYK0.100.1400.38
HSL256.36º10.09%57.25%-
HSV(B)256.36º14.01%61.57%-
XYZ25.7325.4235.45-
YUV139.3137.99129.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=32.56%
G=31.18%
B=36.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411351570.100.1400.38256.3610.0957.25
Hex8D879DAE026100a39
Octal21520723512160464001271
Binary1000110110000111100111011010111001001101000000001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,135,157); }

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

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

 a { background-color: rgb(141,135,157); }

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

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

 span { border-color: rgb(141,135,157); }

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