#986780

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

Shades of Strikemaster #986780

Tints of Strikemaster #986780

Color information

#986780 (or 0x986780) is unknown color: approx Strikemaster. HEX triplet: 98, 67 and 80. RGB value is (152,103,128). Sum of RGB (Red+Green+Blue) = 152+103+128=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #986780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986780 is #67987F. Grayscale: #787878. Windows color (decimal): -6789248 or 8415128. OLE color: 8415128.

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

Color convert

RGB152103128-
CMYK00.320.160.40
HSL329.39º19.22%50%-
HSV(B)329.39º32.24%59.61%-
XYZ21.717.9322.74-
YUV120.5132.23150.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.69%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=39.69%
G=26.89%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210312800.320.160.40329.3919.2250
Hex98678002010281491332
Octal23014720004020505112362
Binary1001100011001111000000001000001000010100010100100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986780; }

 p { color: rgb(152,103,128); }

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

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

 a { background-color: rgb(152,103,128); }

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

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

 span { border-color: rgb(152,103,128); }

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