#987585

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

Shades of Strikemaster #987585

Tints of Strikemaster #987585

Color information

#987585 (or 0x987585) is unknown color: approx Strikemaster. HEX triplet: 98, 75 and 85. RGB value is (152,117,133). Sum of RGB (Red+Green+Blue) = 152+117+133=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #987585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987585 is #678A7A. Grayscale: #818181. Windows color (decimal): -6785659 or 8746392. OLE color: 8746392.

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

Color convert

RGB152117133-
CMYK00.230.130.40
HSL332.57º14.52%52.75%-
HSV(B)332.57º23.03%59.61%-
XYZ23.5421.0925.02-
YUV129.29130.1144.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.81%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=37.81%
G=29.10%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211713300.230.130.40332.5714.5252.75
Hex987585017D2814df35
Octal23016520502715505151765
Binary1001100011101011000010101011111011010001010011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987585; }

 p { color: rgb(152,117,133); }

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

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

 a { background-color: rgb(152,117,133); }

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

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

 span { border-color: rgb(152,117,133); }

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