#8B717D

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

Shades of Strikemaster #8B717D

Tints of Strikemaster #8B717D

Color information

#8B717D (or 0x8B717D) is unknown color: approx Strikemaster. HEX triplet: 8B, 71 and 7D. RGB value is (139,113,125). Sum of RGB (Red+Green+Blue) = 139+113+125=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B717D is #748E82. Grayscale: #7A7A7A. Windows color (decimal): -7638659 or 8221067. OLE color: 8221067.

HSL color Cylindrical-coordinate representation of color #8B717D: hue angle of 332.31º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B717D is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB139113125-
CMYK00.190.100.45
HSL332.31º10.32%49.41%-
HSV(B)332.31º18.71%54.51%-
XYZ20.2518.7821.96-
YUV122.14129.61140.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=36.87%
G=29.97%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911312500.190.100.45332.3110.3249.41
Hex8B717D013A2D14ca31
Octal21316117502312555141261
Binary100010111110001111110101001110101011011010011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,113,125); }

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

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

 a { background-color: rgb(139,113,125); }

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

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

 span { border-color: rgb(139,113,125); }

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