#987586

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

Shades of Strikemaster #987586

Tints of Strikemaster #987586

Color information

#987586 (or 0x987586) is unknown color: approx Strikemaster. HEX triplet: 98, 75 and 86. RGB value is (152,117,134). Sum of RGB (Red+Green+Blue) = 152+117+134=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #987586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987586 is #678A79. Grayscale: #818181. Windows color (decimal): -6785658 or 8811928. OLE color: 8811928.

HSL color Cylindrical-coordinate representation of color #987586: hue angle of 330.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #987586 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB152117134-
CMYK00.230.120.40
HSL330.86º14.52%52.75%-
HSV(B)330.86º23.03%59.61%-
XYZ23.6121.1225.39-
YUV129.4130.6144.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.72%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=37.72%
G=29.03%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211713400.230.120.40330.8614.5252.75
Hex987586017C2814bf35
Octal23016520602714505131765
Binary1001100011101011000011001011111001010001010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987586; }

 p { color: rgb(152,117,134); }

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

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

 a { background-color: rgb(152,117,134); }

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

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

 span { border-color: rgb(152,117,134); }

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