#8C889F

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

Shades of Grey Suit #8C889F

Tints of Grey Suit #8C889F

Color information

#8C889F (or 0x8C889F) is unknown color: approx Grey Suit. HEX triplet: 8C, 88 and 9F. RGB value is (140,136,159). Sum of RGB (Red+Green+Blue) = 140+136+159=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C889F is #737760. Grayscale: #8B8B8B. Windows color (decimal): -7567201 or 10455180. OLE color: 10455180.

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

Color convert

RGB140136159-
CMYK0.120.1400.38
HSL250.43º10.7%57.84%-
HSV(B)250.43º14.47%62.35%-
XYZ25.8825.6936.4-
YUV139.82138.83128.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.18%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 159 (62.5% from 255) = 36.55%
R=32.18%
G=31.26%
B=36.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401361590.120.1400.38250.4310.757.84
Hex8C889FCE026fab3a
Octal21421023714160463721372
Binary100011001000100010011111110011100100110111110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,136,159); }

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

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

 a { background-color: rgb(140,136,159); }

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

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

 span { border-color: rgb(140,136,159); }

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