#89627A

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

Shades of Strikemaster #89627A

Tints of Strikemaster #89627A

Color information

#89627A (or 0x89627A) is unknown color: approx Strikemaster. HEX triplet: 89, 62 and 7A. RGB value is (137,98,122). Sum of RGB (Red+Green+Blue) = 137+98+122=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #89627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89627A is #769D85. Grayscale: #707070. Windows color (decimal): -7773574 or 8020617. OLE color: 8020617.

HSL color Cylindrical-coordinate representation of color #89627A: hue angle of 323.08º degrees, saturation: 0.17, 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 #89627A is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB13798122-
CMYK00.280.110.46
HSL323.08º16.6%46.08%-
HSV(B)323.08º28.47%53.73%-
XYZ18.215.4620.44-
YUV112.4133.42145.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=38.38%
G=27.45%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379812200.280.110.46323.0816.646.08
Hex89627A01CB2E143112e
Octal21114217203413565032156
Binary1000100111000101111010011100101110111010100001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89627A; }

 p { color: rgb(137,98,122); }

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

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

 a { background-color: rgb(137,98,122); }

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

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

 span { border-color: rgb(137,98,122); }

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