#8F647E

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

Shades of Strikemaster #8F647E

Tints of Strikemaster #8F647E

Color information

#8F647E (or 0x8F647E) is unknown color: approx Strikemaster. HEX triplet: 8F, 64 and 7E. RGB value is (143,100,126). Sum of RGB (Red+Green+Blue) = 143+100+126=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F647E is #709B81. Grayscale: #737373. Windows color (decimal): -7379842 or 8283279. OLE color: 8283279.

HSL color Cylindrical-coordinate representation of color #8F647E: hue angle of 323.72º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F647E is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB143100126-
CMYK00.300.120.44
HSL323.72º17.7%47.65%-
HSV(B)323.72º30.07%56.08%-
XYZ19.6516.4621.88-
YUV115.82133.75147.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.75%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=38.75%
G=27.10%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310012600.300.120.44323.7217.747.65
Hex8F647E01EC2C1441230
Octal21714417603614545042260
Binary1000111111001001111110011110110010110010100010010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,100,126); }

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

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

 a { background-color: rgb(143,100,126); }

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

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

 span { border-color: rgb(143,100,126); }

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