#89637E

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

Shades of Strikemaster #89637E

Tints of Strikemaster #89637E

Color information

#89637E (or 0x89637E) is unknown color: approx Strikemaster. HEX triplet: 89, 63 and 7E. RGB value is (137,99,126). Sum of RGB (Red+Green+Blue) = 137+99+126=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #89637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89637E is #769C81. Grayscale: #717171. Windows color (decimal): -7773314 or 8283017. OLE color: 8283017.

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

Color convert

RGB13799126-
CMYK00.280.080.46
HSL317.37º16.1%46.27%-
HSV(B)317.37º27.74%53.73%-
XYZ18.5415.7521.8-
YUV113.44135.09144.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=37.85%
G=27.35%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379912600.280.080.46317.3716.146.27
Hex89637E01C82E13d102e
Octal21114317603410564752056
Binary1000100111000111111110011100100010111010011110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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