#8B687D

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

Shades of Strikemaster #8B687D

Tints of Strikemaster #8B687D

Color information

#8B687D (or 0x8B687D) is unknown color: approx Strikemaster. HEX triplet: 8B, 68 and 7D. RGB value is (139,104,125). Sum of RGB (Red+Green+Blue) = 139+104+125=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B687D is #749782. Grayscale: #747474. Windows color (decimal): -7640963 or 8218763. OLE color: 8218763.

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

Color convert

RGB139104125-
CMYK00.250.100.45
HSL324º14.4%47.65%-
HSV(B)324º25.18%54.51%-
XYZ19.316.8721.64-
YUV116.86132.6143.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.77%
GREEN value IS 104 (41.02% from 255) = 28.26%
BLUE value IS 125 (49.22% from 255) = 33.97%
R=37.77%
G=28.26%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910412500.250.100.4532414.447.65
Hex8B687D019A2D144e30
Octal21315017503112555041660
Binary100010111101000111110101100110101011011010001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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