#8B7681

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

Shades of Strikemaster #8B7681

Tints of Strikemaster #8B7681

Color information

#8B7681 (or 0x8B7681) is unknown color: approx Strikemaster. HEX triplet: 8B, 76 and 81. RGB value is (139,118,129). Sum of RGB (Red+Green+Blue) = 139+118+129=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7681 is #74897E. Grayscale: #7D7D7D. Windows color (decimal): -7637375 or 8484491. OLE color: 8484491.

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

Color convert

RGB139118129-
CMYK00.150.070.45
HSL328.57º8.3%50.39%-
HSV(B)328.57º15.11%54.51%-
XYZ21.0920.0323.52-
YUV125.53129.96137.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=36.01%
G=30.57%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911812900.150.070.45328.578.350.39
Hex8B76810F72D149832
Octal2131662010177555111062
Binary10001011111011010000001011111111011011010010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,118,129); }

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

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

 a { background-color: rgb(139,118,129); }

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

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

 span { border-color: rgb(139,118,129); }

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