#8B7084

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

Shades of Strikemaster #8B7084

Tints of Strikemaster #8B7084

Color information

#8B7084 (or 0x8B7084) is unknown color: approx Strikemaster. HEX triplet: 8B, 70 and 84. RGB value is (139,112,132). Sum of RGB (Red+Green+Blue) = 139+112+132=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7084 is #748F7B. Grayscale: #7A7A7A. Windows color (decimal): -7638908 or 8679563. OLE color: 8679563.

HSL color Cylindrical-coordinate representation of color #8B7084: hue angle of 315.56º degrees, saturation: 0.11, 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 #8B7084 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB139112132-
CMYK00.190.050.45
HSL315.56º10.76%49.22%-
HSV(B)315.56º19.42%54.51%-
XYZ20.6118.7424.36-
YUV122.35133.45139.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.29%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 132 (51.95% from 255) = 34.46%
R=36.29%
G=29.24%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911213200.190.050.45315.5610.7649.22
Hex8B708401352D13cb31
Octal2131602040235554741361
Binary100010111110000100001000100111011011011001111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,112,132); }

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

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

 a { background-color: rgb(139,112,132); }

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

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

 span { border-color: rgb(139,112,132); }

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