#986989

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

Shades of Strikemaster #986989

Tints of Strikemaster #986989

Color information

#986989 (or 0x986989) is unknown color: approx Strikemaster. HEX triplet: 98, 69 and 89. RGB value is (152,105,137). Sum of RGB (Red+Green+Blue) = 152+105+137=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #986989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986989 is #679676. Grayscale: #7A7A7A. Windows color (decimal): -6788727 or 9005464. OLE color: 9005464.

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

Color convert

RGB152105137-
CMYK00.310.100.40
HSL319.15º18.58%50.39%-
HSV(B)319.15º30.92%59.61%-
XYZ22.5218.5826.07-
YUV122.7136.07148.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=38.58%
G=26.65%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210513700.310.100.40319.1518.5850.39
Hex98698901FA2813f1332
Octal23015121103712504772362
Binary10011000110100110001001011111101010100010011111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986989; }

 p { color: rgb(152,105,137); }

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

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

 a { background-color: rgb(152,105,137); }

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

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

 span { border-color: rgb(152,105,137); }

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