#895F7B

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

Shades of Strikemaster #895F7B

Tints of Strikemaster #895F7B

Color information

#895F7B (or 0x895F7B) is unknown color: approx Strikemaster. HEX triplet: 89, 5F and 7B. RGB value is (137,95,123). Sum of RGB (Red+Green+Blue) = 137+95+123=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #895F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F7B is #76A084. Grayscale: #6E6E6E. Windows color (decimal): -7774341 or 8085385. OLE color: 8085385.

HSL color Cylindrical-coordinate representation of color #895F7B: hue angle of 320º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895F7B is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB13795123-
CMYK00.310.100.46
HSL320º18.1%45.49%-
HSV(B)320º30.66%53.73%-
XYZ17.9814.9320.67-
YUV110.75134.91146.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 95 (37.5% from 255) = 26.76%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=38.59%
G=26.76%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379512300.310.100.4632018.145.49
Hex895F7B01FA2E140122d
Octal21113717303712565002255
Binary1000100110111111111011011111101010111010100000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895F7B; }

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

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

<style>
 a { background-color: #895F7B; }

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

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

<style>
 span { border-color: #895F7B; }

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

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