#976688

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

Shades of Strikemaster #976688

Tints of Strikemaster #976688

Color information

#976688 (or 0x976688) is unknown color: approx Strikemaster. HEX triplet: 97, 66 and 88. RGB value is (151,102,136). Sum of RGB (Red+Green+Blue) = 151+102+136=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #976688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976688 is #689977. Grayscale: #787878. Windows color (decimal): -6855032 or 8939159. OLE color: 8939159.

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

Color convert

RGB151102136-
CMYK00.320.100.41
HSL318.37º19.37%49.61%-
HSV(B)318.37º32.45%59.22%-
XYZ21.9617.8625.58-
YUV120.53136.73149.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.82%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 136 (53.52% from 255) = 34.96%
R=38.82%
G=26.22%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110213600.320.100.41318.3719.3749.61
Hex976688020A2913e1332
Octal22714621004012514762362
Binary100101111100110100010000100000101010100110011111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976688; }

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

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

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

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

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

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

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

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