#976883

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

Shades of Strikemaster #976883

Tints of Strikemaster #976883

Color information

#976883 (or 0x976883) is unknown color: approx Strikemaster. HEX triplet: 97, 68 and 83. RGB value is (151,104,131). Sum of RGB (Red+Green+Blue) = 151+104+131=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #976883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976883 is #68977C. Grayscale: #797979. Windows color (decimal): -6854525 or 8611991. OLE color: 8611991.

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

Color convert

RGB151104131-
CMYK00.310.130.41
HSL325.53º18.43%50%-
HSV(B)325.53º31.13%59.22%-
XYZ21.8118.1223.82-
YUV121.13133.57149.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.12%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=39.12%
G=26.94%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110413100.310.130.41325.5318.4350
Hex97688301FD291461232
Octal22715020303715515062262
Binary10010111110100010000011011111110110100110100011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976883; }

 p { color: rgb(151,104,131); }

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

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

 a { background-color: rgb(151,104,131); }

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

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

 span { border-color: rgb(151,104,131); }

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