#997485

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

Shades of Strikemaster #997485

Tints of Strikemaster #997485

Color information

#997485 (or 0x997485) is unknown color: approx Strikemaster. HEX triplet: 99, 74 and 85. RGB value is (153,116,133). Sum of RGB (Red+Green+Blue) = 153+116+133=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #997485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997485 is #668B7A. Grayscale: #808080. Windows color (decimal): -6720379 or 8746137. OLE color: 8746137.

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

Color convert

RGB153116133-
CMYK00.240.130.4
HSL332.43º15.35%52.75%-
HSV(B)332.43º24.18%60%-
XYZ23.6220.9624.99-
YUV129130.26145.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 116 (45.70% from 255) = 28.86%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=38.06%
G=28.86%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311613300.240.130.4332.4315.3552.75
Hex997485018D2814cf35
Octal23116420503015505141765
Binary1001100111101001000010101100011011010001010011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997485; }

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

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

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

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

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

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

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

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