#8B667F

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

Shades of Strikemaster #8B667F

Tints of Strikemaster #8B667F

Color information

#8B667F (or 0x8B667F) is unknown color: approx Strikemaster. HEX triplet: 8B, 66 and 7F. RGB value is (139,102,127). Sum of RGB (Red+Green+Blue) = 139+102+127=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B667F is #749980. Grayscale: #737373. Windows color (decimal): -7641473 or 8349323. OLE color: 8349323.

HSL color Cylindrical-coordinate representation of color #8B667F: hue angle of 319.46º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B667F is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB139102127-
CMYK00.270.090.45
HSL319.46º15.35%47.25%-
HSV(B)319.46º26.62%54.51%-
XYZ19.2316.5222.25-
YUV115.91134.26144.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.77%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 127 (50% from 255) = 34.51%
R=37.77%
G=27.72%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910212700.270.090.45319.4615.3547.25
Hex8B667F01B92D13ff2f
Octal21314617703311554771757
Binary100010111100110111111101101110011011011001111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,102,127); }

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

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

 a { background-color: rgb(139,102,127); }

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

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

 span { border-color: rgb(139,102,127); }

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