#89687B

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

Shades of Strikemaster #89687B

Tints of Strikemaster #89687B

Color information

#89687B (or 0x89687B) is unknown color: approx Strikemaster. HEX triplet: 89, 68 and 7B. RGB value is (137,104,123). Sum of RGB (Red+Green+Blue) = 137+104+123=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #89687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89687B is #769784. Grayscale: #737373. Windows color (decimal): -7772037 or 8087689. OLE color: 8087689.

HSL color Cylindrical-coordinate representation of color #89687B: hue angle of 325.45º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89687B is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB137104123-
CMYK00.240.100.46
HSL325.45º13.69%47.25%-
HSV(B)325.45º24.09%53.73%-
XYZ18.8416.6520.96-
YUV116.03131.93142.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 104 (41.02% from 255) = 28.57%
BLUE value IS 123 (48.44% from 255) = 33.79%
R=37.64%
G=28.57%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710412300.240.100.46325.4513.6947.25
Hex89687B018A2E145e2f
Octal21115017303012565051657
Binary100010011101000111101101100010101011101010001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89687B; }

 p { color: rgb(137,104,123); }

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

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

 a { background-color: rgb(137,104,123); }

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

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

 span { border-color: rgb(137,104,123); }

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