#8C859F

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

Shades of Grey Suit #8C859F

Tints of Grey Suit #8C859F

Color information

#8C859F (or 0x8C859F) is unknown color: approx Grey Suit. HEX triplet: 8C, 85 and 9F. RGB value is (140,133,159). Sum of RGB (Red+Green+Blue) = 140+133+159=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C859F is #737A60. Grayscale: #898989. Windows color (decimal): -7567969 or 10454412. OLE color: 10454412.

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

Color convert

RGB140133159-
CMYK0.120.1600.38
HSL256.15º11.93%57.25%-
HSV(B)256.15º16.35%62.35%-
XYZ25.4624.8536.26-
YUV138.06139.82129.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.41%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=32.41%
G=30.79%
B=36.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401331590.120.1600.38256.1511.9357.25
Hex8C859FC10026100c39
Octal21420523714200464001471
Binary10001100100001011001111111001000001001101000000001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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