#8E6B85

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

Shades of Strikemaster #8E6B85

Tints of Strikemaster #8E6B85

Color information

#8E6B85 (or 0x8E6B85) is unknown color: approx Strikemaster. HEX triplet: 8E, 6B and 85. RGB value is (142,107,133). Sum of RGB (Red+Green+Blue) = 142+107+133=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6B85 is #71947A. Grayscale: #787878. Windows color (decimal): -7443579 or 8743822. OLE color: 8743822.

HSL color Cylindrical-coordinate representation of color #8E6B85: hue angle of 315.43º degrees, saturation: 0.14, 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 #8E6B85 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB142107133-
CMYK00.250.060.44
HSL315.43º14.06%48.82%-
HSV(B)315.43º24.65%55.69%-
XYZ20.6517.9624.57-
YUV120.43135.1143.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.17%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 133 (52.34% from 255) = 34.82%
R=37.17%
G=28.01%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210713300.250.060.44315.4314.0648.82
Hex8E6B8501962C13be31
Octal2161532050316544731661
Binary100011101101011100001010110011101011001001110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,107,133); }

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

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

 a { background-color: rgb(142,107,133); }

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

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

 span { border-color: rgb(142,107,133); }

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