#987184

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

Shades of Strikemaster #987184

Tints of Strikemaster #987184

Color information

#987184 (or 0x987184) is unknown color: approx Strikemaster. HEX triplet: 98, 71 and 84. RGB value is (152,113,132). Sum of RGB (Red+Green+Blue) = 152+113+132=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #987184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987184 is #678E7B. Grayscale: #7E7E7E. Windows color (decimal): -6786684 or 8679832. OLE color: 8679832.

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

Color convert

RGB152113132-
CMYK00.260.130.40
HSL330.77º15.92%51.96%-
HSV(B)330.77º25.66%59.61%-
XYZ23.0220.1524.51-
YUV126.83130.92145.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=38.29%
G=28.46%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211313200.260.130.40330.7715.9251.96
Hex98718401AD2814b1034
Octal23016120403215505132064
Binary10011000111000110000100011010110110100010100101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987184; }

 p { color: rgb(152,113,132); }

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

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

 a { background-color: rgb(152,113,132); }

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

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

 span { border-color: rgb(152,113,132); }

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