#8B859B

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

Shades of Grey Suit #8B859B

Tints of Grey Suit #8B859B

Color information

#8B859B (or 0x8B859B) is unknown color: approx Grey Suit. HEX triplet: 8B, 85 and 9B. RGB value is (139,133,155). Sum of RGB (Red+Green+Blue) = 139+133+155=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B859B is #747A64. Grayscale: #898989. Windows color (decimal): -7633509 or 10192267. OLE color: 10192267.

HSL color Cylindrical-coordinate representation of color #8B859B: hue angle of 256.36º 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 #8B859B is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB139133155-
CMYK0.100.1400.39
HSL256.36º9.91%56.47%-
HSV(B)256.36º14.19%60.78%-
XYZ24.9524.6334.45-
YUV137.3137.99129.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=32.55%
G=31.15%
B=36.30%

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
Decimal1391331550.100.1400.39256.369.9156.47
Hex8B859BAE027100a38
Octal21320523312160474001270
Binary1000101110000101100110111010111001001111000000001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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