#976985

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

Shades of Strikemaster #976985

Tints of Strikemaster #976985

Color information

#976985 (or 0x976985) is unknown color: approx Strikemaster. HEX triplet: 97, 69 and 85. RGB value is (151,105,133). Sum of RGB (Red+Green+Blue) = 151+105+133=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #976985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976985 is #68967A. Grayscale: #797979. Windows color (decimal): -6854267 or 8743319. OLE color: 8743319.

HSL color Cylindrical-coordinate representation of color #976985: hue angle of 323.48º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976985 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB151105133-
CMYK00.300.120.41
HSL323.48º18.11%50.2%-
HSV(B)323.48º30.46%59.22%-
XYZ22.0518.3824.58-
YUV121.95134.24148.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.82%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=38.82%
G=26.99%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110513300.300.120.41323.4818.1150.2
Hex97698501EC291431232
Octal22715120503614515032262
Binary10010111110100110000101011110110010100110100001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976985; }

 p { color: rgb(151,105,133); }

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

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

 a { background-color: rgb(151,105,133); }

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

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

 span { border-color: rgb(151,105,133); }

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