#8B637B

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

Shades of Strikemaster #8B637B

Tints of Strikemaster #8B637B

Color information

#8B637B (or 0x8B637B) is unknown color: approx Strikemaster. HEX triplet: 8B, 63 and 7B. RGB value is (139,99,123). Sum of RGB (Red+Green+Blue) = 139+99+123=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B637B is #749C84. Grayscale: #717171. Windows color (decimal): -7642245 or 8086411. OLE color: 8086411.

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

Color convert

RGB13999123-
CMYK00.290.120.45
HSL324º16.81%46.67%-
HSV(B)324º28.78%54.51%-
XYZ18.6815.8420.81-
YUV113.7133.25146.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=38.50%
G=27.42%
B=34.07%

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
Decimal1399912300.290.120.4532416.8146.67
Hex8B637B01DC2D144112f
Octal21314317303514555042157
Binary1000101111000111111011011101110010110110100010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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