#89697B

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

Shades of Strikemaster #89697B

Tints of Strikemaster #89697B

Color information

#89697B (or 0x89697B) is unknown color: approx Strikemaster. HEX triplet: 89, 69 and 7B. RGB value is (137,105,123). Sum of RGB (Red+Green+Blue) = 137+105+123=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #89697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89697B is #769684. Grayscale: #747474. Windows color (decimal): -7771781 or 8087945. OLE color: 8087945.

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

Color convert

RGB137105123-
CMYK00.230.100.46
HSL326.25º13.22%47.45%-
HSV(B)326.25º23.36%53.73%-
XYZ18.9416.8520.99-
YUV116.62131.6142.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 123 (48.44% from 255) = 33.70%
R=37.53%
G=28.77%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710512300.230.100.46326.2513.2247.45
Hex89697B017A2E146d2f
Octal21115117302712565061557
Binary100010011101001111101101011110101011101010001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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