#987286

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

Shades of Strikemaster #987286

Tints of Strikemaster #987286

Color information

#987286 (or 0x987286) is unknown color: approx Strikemaster. HEX triplet: 98, 72 and 86. RGB value is (152,114,134). Sum of RGB (Red+Green+Blue) = 152+114+134=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987286 is #678D79. Grayscale: #7F7F7F. Windows color (decimal): -6786426 or 8811160. OLE color: 8811160.

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

Color convert

RGB152114134-
CMYK00.250.120.40
HSL328.42º15.57%52.16%-
HSV(B)328.42º25%59.61%-
XYZ23.2720.4325.27-
YUV127.64131.59145.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 134 (52.73% from 255) = 33.5%
R=38%
G=28.5%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211413400.250.120.40328.4215.5752.16
Hex987286019C281481034
Octal23016220603114505102064
Binary10011000111001010000110011001110010100010100100010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987286; }

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

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

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

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

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

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

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

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