#8B667E

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

Shades of Strikemaster #8B667E

Tints of Strikemaster #8B667E

Color information

#8B667E (or 0x8B667E) is unknown color: approx Strikemaster. HEX triplet: 8B, 66 and 7E. RGB value is (139,102,126). Sum of RGB (Red+Green+Blue) = 139+102+126=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B667E is #749981. Grayscale: #737373. Windows color (decimal): -7641474 or 8283787. OLE color: 8283787.

HSL color Cylindrical-coordinate representation of color #8B667E: hue angle of 321.08º 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 #8B667E is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB139102126-
CMYK00.270.090.45
HSL321.08º15.35%47.25%-
HSV(B)321.08º26.62%54.51%-
XYZ19.1616.521.91-
YUV115.8133.76144.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=37.87%
G=27.79%
B=34.33%

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
Decimal13910212600.270.090.45321.0815.3547.25
Hex8B667E01B92D141f2f
Octal21314617603311555011757
Binary100010111100110111111001101110011011011010000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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