#8C859B

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

Shades of Grey Suit #8C859B

Tints of Grey Suit #8C859B

Color information

#8C859B (or 0x8C859B) is unknown color: approx Grey Suit. HEX triplet: 8C, 85 and 9B. RGB value is (140,133,155). Sum of RGB (Red+Green+Blue) = 140+133+155=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C859B is #737A64. Grayscale: #898989. Windows color (decimal): -7567973 or 10192268. OLE color: 10192268.

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

Color convert

RGB140133155-
CMYK0.100.1400.39
HSL259.09º9.91%56.47%-
HSV(B)259.09º14.19%60.78%-
XYZ25.1224.7234.46-
YUV137.6137.82129.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.71%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=32.71%
G=31.07%
B=36.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401331550.100.1400.39259.099.9156.47
Hex8C859BAE027103a38
Octal21420523312160474031270
Binary1000110010000101100110111010111001001111000000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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