#987386

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

Shades of Strikemaster #987386

Tints of Strikemaster #987386

Color information

#987386 (or 0x987386) is unknown color: approx Strikemaster. HEX triplet: 98, 73 and 86. RGB value is (152,115,134). Sum of RGB (Red+Green+Blue) = 152+115+134=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #987386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987386 is #678C79. Grayscale: #808080. Windows color (decimal): -6786170 or 8811416. OLE color: 8811416.

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

Color convert

RGB152115134-
CMYK00.240.120.40
HSL329.19º15.23%52.35%-
HSV(B)329.19º24.34%59.61%-
XYZ23.3820.6625.31-
YUV128.23131.26144.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 134 (52.73% from 255) = 33.42%
R=37.91%
G=28.68%
B=33.42%

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
Decimal15211513400.240.120.40329.1915.2352.35
Hex987386018C28149f34
Octal23016320603014505111764
Binary1001100011100111000011001100011001010001010010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987386; }

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

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

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

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

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

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

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

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