#8E6A87

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

Shades of Strikemaster #8E6A87

Tints of Strikemaster #8E6A87

Color information

#8E6A87 (or 0x8E6A87) is unknown color: approx Strikemaster. HEX triplet: 8E, 6A and 87. RGB value is (142,106,135). Sum of RGB (Red+Green+Blue) = 142+106+135=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6A87 is #719578. Grayscale: #777777. Windows color (decimal): -7443833 or 8874638. OLE color: 8874638.

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

Color convert

RGB142106135-
CMYK00.250.050.44
HSL311.67º14.52%48.63%-
HSV(B)311.67º25.35%55.69%-
XYZ20.6817.8125.27-
YUV120.07136.43143.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.08%
GREEN value IS 106 (41.80% from 255) = 27.68%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=37.08%
G=27.68%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210613500.250.050.44311.6714.5248.63
Hex8E6A8701952C138f31
Octal2161522070315544701761
Binary100011101101010100001110110011011011001001110001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,106,135); }

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

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

 a { background-color: rgb(142,106,135); }

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

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

 span { border-color: rgb(142,106,135); }

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