#87627C

Color #87627C Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #87627C

Tints of Strikemaster #87627C

Color information

#87627C (or 0x87627C) is unknown color: approx Strikemaster. HEX triplet: 87, 62 and 7C. RGB value is (135,98,124). Sum of RGB (Red+Green+Blue) = 135+98+124=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #87627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87627C is #789D83. Grayscale: #6F6F6F. Windows color (decimal): -7904644 or 8151687. OLE color: 8151687.

HSL color Cylindrical-coordinate representation of color #87627C: hue angle of 317.84º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87627C is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13598124-
CMYK00.270.080.47
HSL317.84º15.88%45.69%-
HSV(B)317.84º27.41%52.94%-
XYZ1815.3421.08-
YUV112.03134.76144.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=37.82%
G=27.45%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359812400.270.080.47317.8415.8845.69
Hex87627C01B82F13e102e
Octal20714217403310574762056
Binary1000011111000101111100011011100010111110011111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87627C; }

 p { color: rgb(135,98,124); }

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

<style>
 a { background-color: #87627C; }

 a { background-color: rgb(135,98,124); }

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

<style>
 span { border-color: #87627C; }

 span { border-color: rgb(135,98,124); }

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