#8F7185

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

Shades of Strikemaster #8F7185

Tints of Strikemaster #8F7185

Color information

#8F7185 (or 0x8F7185) is unknown color: approx Strikemaster. HEX triplet: 8F, 71 and 85. RGB value is (143,113,133). Sum of RGB (Red+Green+Blue) = 143+113+133=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7185 is #708E7A. Grayscale: #7C7C7C. Windows color (decimal): -7376507 or 8745359. OLE color: 8745359.

HSL color Cylindrical-coordinate representation of color #8F7185: hue angle of 320º 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 #8F7185 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB143113133-
CMYK00.210.070.44
HSL320º11.81%50.2%-
HSV(B)320º20.98%56.08%-
XYZ21.4719.3424.79-
YUV124.25132.94141.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.76%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=36.76%
G=29.05%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311313300.210.070.4432011.8150.2
Hex8F718501572C140c32
Octal2171612050257545001462
Binary100011111110001100001010101011111011001010000001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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