#89647B

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

Shades of Strikemaster #89647B

Tints of Strikemaster #89647B

Color information

#89647B (or 0x89647B) is unknown color: approx Strikemaster. HEX triplet: 89, 64 and 7B. RGB value is (137,100,123). Sum of RGB (Red+Green+Blue) = 137+100+123=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89647B is #769B84. Grayscale: #717171. Windows color (decimal): -7773061 or 8086665. OLE color: 8086665.

HSL color Cylindrical-coordinate representation of color #89647B: hue angle of 322.7º 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 #89647B is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB137100123-
CMYK00.270.100.46
HSL322.7º15.61%46.47%-
HSV(B)322.7º27.01%53.73%-
XYZ18.4515.8620.83-
YUV113.68133.26144.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=38.06%
G=27.78%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710012300.270.100.46322.715.6146.47
Hex89647B01BA2E143102e
Octal21114417303312565032056
Binary1000100111001001111011011011101010111010100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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