#987486

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

Shades of Strikemaster #987486

Tints of Strikemaster #987486

Color information

#987486 (or 0x987486) is unknown color: approx Strikemaster. HEX triplet: 98, 74 and 86. RGB value is (152,116,134). Sum of RGB (Red+Green+Blue) = 152+116+134=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #987486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987486 is #678B79. Grayscale: #808080. Windows color (decimal): -6785914 or 8811672. OLE color: 8811672.

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

Color convert

RGB152116134-
CMYK00.240.120.40
HSL330º14.88%52.55%-
HSV(B)330º23.68%59.61%-
XYZ23.520.8925.35-
YUV128.82130.93144.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.81%
GREEN value IS 116 (45.70% from 255) = 28.86%
BLUE value IS 134 (52.73% from 255) = 33.33%
R=37.81%
G=28.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211613400.240.120.4033014.8852.55
Hex987486018C2814af35
Octal23016420603014505121765
Binary1001100011101001000011001100011001010001010010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987486; }

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

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

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

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

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

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

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

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