#8F7186

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

Shades of Strikemaster #8F7186

Tints of Strikemaster #8F7186

Color information

#8F7186 (or 0x8F7186) is unknown color: approx Strikemaster. HEX triplet: 8F, 71 and 86. RGB value is (143,113,134). Sum of RGB (Red+Green+Blue) = 143+113+134=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7186 is #708E79. Grayscale: #7C7C7C. Windows color (decimal): -7376506 or 8810895. OLE color: 8810895.

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

Color convert

RGB143113134-
CMYK00.210.060.44
HSL318º11.81%50.2%-
HSV(B)318º20.98%56.08%-
XYZ21.5419.3725.16-
YUV124.36133.44141.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.67%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=36.67%
G=28.97%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311313400.210.060.4431811.8150.2
Hex8F718601562C13ec32
Octal2171612060256544761462
Binary100011111110001100001100101011101011001001111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,113,134); }

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

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

 a { background-color: rgb(143,113,134); }

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

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

 span { border-color: rgb(143,113,134); }

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