#976888

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

Shades of Strikemaster #976888

Tints of Strikemaster #976888

Color information

#976888 (or 0x976888) is unknown color: approx Strikemaster. HEX triplet: 97, 68 and 88. RGB value is (151,104,136). Sum of RGB (Red+Green+Blue) = 151+104+136=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #976888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976888 is #689777. Grayscale: #797979. Windows color (decimal): -6854520 or 8939671. OLE color: 8939671.

HSL color Cylindrical-coordinate representation of color #976888: hue angle of 319.15º 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 #976888 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB151104136-
CMYK00.310.100.41
HSL319.15º18.43%50%-
HSV(B)319.15º31.13%59.22%-
XYZ22.1618.2625.65-
YUV121.7136.07148.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=38.62%
G=26.60%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110413600.310.100.41319.1518.4350
Hex97688801FA2913f1232
Octal22715021003712514772262
Binary10010111110100010001000011111101010100110011111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976888; }

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

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

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

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

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

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

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

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