#8A657C

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

Shades of Strikemaster #8A657C

Tints of Strikemaster #8A657C

Color information

#8A657C (or 0x8A657C) is unknown color: approx Strikemaster. HEX triplet: 8A, 65 and 7C. RGB value is (138,101,124). Sum of RGB (Red+Green+Blue) = 138+101+124=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A657C is #759A83. Grayscale: #727272. Windows color (decimal): -7707268 or 8152458. OLE color: 8152458.

HSL color Cylindrical-coordinate representation of color #8A657C: hue angle of 322.7º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A657C is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB138101124-
CMYK00.270.100.46
HSL322.7º15.48%46.86%-
HSV(B)322.7º26.81%54.12%-
XYZ18.7716.1721.2-
YUV114.68133.26144.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=38.02%
G=27.82%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810112400.270.100.46322.715.4846.86
Hex8A657C01BA2E143f2f
Octal21214517403312565031757
Binary100010101100101111110001101110101011101010000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,101,124); }

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

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

 a { background-color: rgb(138,101,124); }

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

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

 span { border-color: rgb(138,101,124); }

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