#895978

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

Shades of Strikemaster #895978

Tints of Strikemaster #895978

Color information

#895978 (or 0x895978) is unknown color: approx Strikemaster. HEX triplet: 89, 59 and 78. RGB value is (137,89,120). Sum of RGB (Red+Green+Blue) = 137+89+120=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #895978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895978 is #76A687. Grayscale: #6A6A6A. Windows color (decimal): -7775880 or 7887241. OLE color: 7887241.

HSL color Cylindrical-coordinate representation of color #895978: hue angle of 321.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895978 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13789120-
CMYK00.350.120.46
HSL321.25º21.24%44.31%-
HSV(B)321.25º35.04%53.73%-
XYZ17.2813.8219.53-
YUV106.89135.4149.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=39.60%
G=25.72%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378912000.350.120.46321.2521.2444.31
Hex895978023C2E141152c
Octal21113117004314565012554
Binary10001001101100111110000100011110010111010100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895978; }

 p { color: rgb(137,89,120); }

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

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

 a { background-color: rgb(137,89,120); }

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

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

 span { border-color: rgb(137,89,120); }

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