#987182

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

Shades of Strikemaster #987182

Tints of Strikemaster #987182

Color information

#987182 (or 0x987182) is unknown color: approx Strikemaster. HEX triplet: 98, 71 and 82. RGB value is (152,113,130). Sum of RGB (Red+Green+Blue) = 152+113+130=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #987182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987182 is #678E7D. Grayscale: #7E7E7E. Windows color (decimal): -6786686 or 8548760. OLE color: 8548760.

HSL color Cylindrical-coordinate representation of color #987182: hue angle of 333.85º 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 #987182 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB152113130-
CMYK00.260.140.40
HSL333.85º15.92%51.96%-
HSV(B)333.85º25.66%59.61%-
XYZ22.8820.123.79-
YUV126.6129.92146.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=38.48%
G=28.61%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211313000.260.140.40333.8515.9251.96
Hex98718201AE2814e1034
Octal23016120203216505162064
Binary10011000111000110000010011010111010100010100111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987182; }

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

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

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

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

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

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

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

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