#8B637A

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

Shades of Strikemaster #8B637A

Tints of Strikemaster #8B637A

Color information

#8B637A (or 0x8B637A) is unknown color: approx Strikemaster. HEX triplet: 8B, 63 and 7A. RGB value is (139,99,122). Sum of RGB (Red+Green+Blue) = 139+99+122=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B637A is #749C85. Grayscale: #717171. Windows color (decimal): -7642246 or 8020875. OLE color: 8020875.

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

Color convert

RGB13999122-
CMYK00.290.120.45
HSL325.5º16.81%46.67%-
HSV(B)325.5º28.78%54.51%-
XYZ18.6215.8220.48-
YUV113.58132.75146.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=38.61%
G=27.5%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399912200.290.120.45325.516.8146.67
Hex8B637A01DC2D146112f
Octal21314317203514555062157
Binary1000101111000111111010011101110010110110100011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,99,122); }

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

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

 a { background-color: rgb(139,99,122); }

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

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

 span { border-color: rgb(139,99,122); }

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