#8A657D

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

Shades of Strikemaster #8A657D

Tints of Strikemaster #8A657D

Color information

#8A657D (or 0x8A657D) is unknown color: approx Strikemaster. HEX triplet: 8A, 65 and 7D. RGB value is (138,101,125). Sum of RGB (Red+Green+Blue) = 138+101+125=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A657D is #759A82. Grayscale: #727272. Windows color (decimal): -7707267 or 8217994. OLE color: 8217994.

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

Color convert

RGB138101125-
CMYK00.270.090.46
HSL321.08º15.48%46.86%-
HSV(B)321.08º26.81%54.12%-
XYZ18.8416.1921.53-
YUV114.8133.76144.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.91%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=37.91%
G=27.75%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810112500.270.090.46321.0815.4846.86
Hex8A657D01B92E141f2f
Octal21214517503311565011757
Binary100010101100101111110101101110011011101010000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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