#987080

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

Shades of Strikemaster #987080

Tints of Strikemaster #987080

Color information

#987080 (or 0x987080) is unknown color: approx Strikemaster. HEX triplet: 98, 70 and 80. RGB value is (152,112,128). Sum of RGB (Red+Green+Blue) = 152+112+128=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #987080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987080 is #678F7F. Grayscale: #7D7D7D. Windows color (decimal): -6786944 or 8417432. OLE color: 8417432.

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

Color convert

RGB152112128-
CMYK00.260.160.40
HSL336º16.26%51.76%-
HSV(B)336º26.32%59.61%-
XYZ22.6419.8223.05-
YUV125.78129.25146.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=38.78%
G=28.57%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211212800.260.160.4033616.2651.76
Hex98708001A10281501034
Octal23016020003220505202064
Binary100110001110000100000000110101000010100010101000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987080; }

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

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

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

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

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

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

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

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