#8E6586

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

Shades of Strikemaster #8E6586

Tints of Strikemaster #8E6586

Color information

#8E6586 (or 0x8E6586) is unknown color: approx Strikemaster. HEX triplet: 8E, 65 and 86. RGB value is (142,101,134). Sum of RGB (Red+Green+Blue) = 142+101+134=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6586 is #719A79. Grayscale: #747474. Windows color (decimal): -7445114 or 8807822. OLE color: 8807822.

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

Color convert

RGB142101134-
CMYK00.290.060.44
HSL311.71º16.87%47.65%-
HSV(B)311.71º28.87%55.69%-
XYZ20.1116.7824.73-
YUV117.02137.58145.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=37.67%
G=26.79%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210113400.290.060.44311.7116.8747.65
Hex8E658601D62C1381130
Octal2161452060356544702160
Binary1000111011001011000011001110111010110010011100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,134); }

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

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

 a { background-color: rgb(142,101,134); }

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

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

 span { border-color: rgb(142,101,134); }

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