#89647E

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

Shades of Strikemaster #89647E

Tints of Strikemaster #89647E

Color information

#89647E (or 0x89647E) is unknown color: approx Strikemaster. HEX triplet: 89, 64 and 7E. RGB value is (137,100,126). Sum of RGB (Red+Green+Blue) = 137+100+126=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89647E is #769B81. Grayscale: #717171. Windows color (decimal): -7773058 or 8283273. OLE color: 8283273.

HSL color Cylindrical-coordinate representation of color #89647E: hue angle of 317.84º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89647E is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB137100126-
CMYK00.270.080.46
HSL317.84º15.61%46.47%-
HSV(B)317.84º27.01%53.73%-
XYZ18.6415.9421.83-
YUV114.03134.76144.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=37.74%
G=27.55%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710012600.270.080.46317.8415.6146.47
Hex89647E01B82E13e102e
Octal21114417603310564762056
Binary1000100111001001111110011011100010111010011111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89647E; }

 p { color: rgb(137,100,126); }

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

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

 a { background-color: rgb(137,100,126); }

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

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

 span { border-color: rgb(137,100,126); }

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