#8E687F

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

Shades of Strikemaster #8E687F

Tints of Strikemaster #8E687F

Color information

#8E687F (or 0x8E687F) is unknown color: approx Strikemaster. HEX triplet: 8E, 68 and 7F. RGB value is (142,104,127). Sum of RGB (Red+Green+Blue) = 142+104+127=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 142 - color contains mainly: red. Hex color #8E687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E687F is #719780. Grayscale: #757575. Windows color (decimal): -7444353 or 8349838. OLE color: 8349838.

HSL color Cylindrical-coordinate representation of color #8E687F: hue angle of 323.68º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E687F is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB142104127-
CMYK00.270.110.44
HSL323.68º15.45%48.24%-
HSV(B)323.68º26.76%55.69%-
XYZ19.9417.1822.34-
YUV117.98133.09145.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 127 (50% from 255) = 34.05%
R=38.07%
G=27.88%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210412700.270.110.44323.6815.4548.24
Hex8E687F01BB2C144f30
Octal21615017703313545041760
Binary100011101101000111111101101110111011001010001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,127); }

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

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

 a { background-color: rgb(142,104,127); }

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

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

 span { border-color: rgb(142,104,127); }

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