#997486

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

Shades of Strikemaster #997486

Tints of Strikemaster #997486

Color information

#997486 (or 0x997486) is unknown color: approx Strikemaster. HEX triplet: 99, 74 and 86. RGB value is (153,116,134). Sum of RGB (Red+Green+Blue) = 153+116+134=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #997486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997486 is #668B79. Grayscale: #818181. Windows color (decimal): -6720378 or 8811673. OLE color: 8811673.

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

Color convert

RGB153116134-
CMYK00.240.120.4
HSL330.81º15.35%52.75%-
HSV(B)330.81º24.18%60%-
XYZ23.6920.9825.36-
YUV129.12130.76145.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=37.97%
G=28.78%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311613400.240.120.4330.8115.3552.75
Hex997486018C2814bf35
Octal23116420603014505131765
Binary1001100111101001000011001100011001010001010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997486; }

 p { color: rgb(153,116,134); }

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

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

 a { background-color: rgb(153,116,134); }

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

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

 span { border-color: rgb(153,116,134); }

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