#895E7D

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

Shades of Strikemaster #895E7D

Tints of Strikemaster #895E7D

Color information

#895E7D (or 0x895E7D) is unknown color: approx Strikemaster. HEX triplet: 89, 5E and 7D. RGB value is (137,94,125). Sum of RGB (Red+Green+Blue) = 137+94+125=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #895E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E7D is #76A182. Grayscale: #6E6E6E. Windows color (decimal): -7774595 or 8216201. OLE color: 8216201.

HSL color Cylindrical-coordinate representation of color #895E7D: hue angle of 316.74º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895E7D is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13794125-
CMYK00.310.090.46
HSL316.74º18.61%45.29%-
HSV(B)316.74º31.39%53.73%-
XYZ18.0214.821.31-
YUV110.39136.25146.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=38.48%
G=26.40%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379412500.310.090.46316.7418.6145.29
Hex895E7D01F92E13d132d
Octal21113617503711564752355
Binary1000100110111101111101011111100110111010011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895E7D; }

 p { color: rgb(137,94,125); }

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

<style>
 a { background-color: #895E7D; }

 a { background-color: rgb(137,94,125); }

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

<style>
 span { border-color: #895E7D; }

 span { border-color: rgb(137,94,125); }

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