#987084

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

Shades of Strikemaster #987084

Tints of Strikemaster #987084

Color information

#987084 (or 0x987084) is unknown color: approx Strikemaster. HEX triplet: 98, 70 and 84. RGB value is (152,112,132). Sum of RGB (Red+Green+Blue) = 152+112+132=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #987084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987084 is #678F7B. Grayscale: #7E7E7E. Windows color (decimal): -6786940 or 8679576. OLE color: 8679576.

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

Color convert

RGB152112132-
CMYK00.260.130.40
HSL330º16.26%51.76%-
HSV(B)330º26.32%59.61%-
XYZ22.9119.9324.47-
YUV126.24131.25146.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 132 (51.95% from 255) = 33.33%
R=38.38%
G=28.28%
B=33.33%

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
Decimal15211213200.260.130.4033016.2651.76
Hex98708401AD2814a1034
Octal23016020403215505122064
Binary10011000111000010000100011010110110100010100101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987084; }

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

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

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

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

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

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

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

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