#87859B

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

Shades of Grey Suit #87859B

Tints of Grey Suit #87859B

Color information

#87859B (or 0x87859B) is unknown color: approx Grey Suit. HEX triplet: 87, 85 and 9B. RGB value is (135,133,155). Sum of RGB (Red+Green+Blue) = 135+133+155=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #87859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87859B is #787A64. Grayscale: #888888. Windows color (decimal): -7895653 or 10192263. OLE color: 10192263.

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

Color convert

RGB135133155-
CMYK0.130.1400.39
HSL245.45º9.91%56.47%-
HSV(B)245.45º14.19%60.78%-
XYZ24.324.2934.42-
YUV136.11138.66127.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=31.91%
G=31.44%
B=36.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351331550.130.1400.39245.459.9156.47
Hex87859BDE027f5a38
Octal20720523315160473651270
Binary100001111000010110011011110111100100111111101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87859B; }

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

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

<style>
 a { background-color: #87859B; }

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

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

<style>
 span { border-color: #87859B; }

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

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