#987085

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

Shades of Strikemaster #987085

Tints of Strikemaster #987085

Color information

#987085 (or 0x987085) is unknown color: approx Strikemaster. HEX triplet: 98, 70 and 85. RGB value is (152,112,133). Sum of RGB (Red+Green+Blue) = 152+112+133=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #987085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987085 is #678F7A. Grayscale: #7E7E7E. Windows color (decimal): -6786939 or 8745112. OLE color: 8745112.

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

Color convert

RGB152112133-
CMYK00.260.130.40
HSL328.5º16.26%51.76%-
HSV(B)328.5º26.32%59.61%-
XYZ22.9819.9624.83-
YUV126.35131.75146.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=38.29%
G=28.21%
B=33.50%

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
Decimal15211213300.260.130.40328.516.2651.76
Hex98708501AD281481034
Octal23016020503215505102064
Binary10011000111000010000101011010110110100010100100010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987085; }

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

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

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

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

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

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

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

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