#8B657E

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

Shades of Strikemaster #8B657E

Tints of Strikemaster #8B657E

Color information

#8B657E (or 0x8B657E) is unknown color: approx Strikemaster. HEX triplet: 8B, 65 and 7E. RGB value is (139,101,126). Sum of RGB (Red+Green+Blue) = 139+101+126=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B657E is #749A81. Grayscale: #737373. Windows color (decimal): -7641730 or 8283531. OLE color: 8283531.

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

Color convert

RGB139101126-
CMYK00.270.090.45
HSL320.53º15.83%47.06%-
HSV(B)320.53º27.34%54.51%-
XYZ19.0716.321.88-
YUV115.21134.09144.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=37.98%
G=27.60%
B=34.43%

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
Decimal13910112600.270.090.45320.5315.8347.06
Hex8B657E01B92D141102f
Octal21314517603311555012057
Binary1000101111001011111110011011100110110110100000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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