#985477

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

Shades of Strikemaster #985477

Tints of Strikemaster #985477

Color information

#985477 (or 0x985477) is unknown color: approx Strikemaster. HEX triplet: 98, 54 and 77. RGB value is (152,84,119). Sum of RGB (Red+Green+Blue) = 152+84+119=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #985477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985477 is #67AB88. Grayscale: #6C6C6C. Windows color (decimal): -6794121 or 7820440. OLE color: 7820440.

HSL color Cylindrical-coordinate representation of color #985477: hue angle of 329.12º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985477 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15284119-
CMYK00.450.220.40
HSL329.12º28.81%46.27%-
HSV(B)329.12º44.74%59.61%-
XYZ19.4514.3519.2-
YUV108.32134.03159.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=42.82%
G=23.66%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528411900.450.220.40329.1228.8146.27
Hex98547702D16281491d2e
Octal23012416705526505113556
Binary100110001010100111011101011011011010100010100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985477; }

 p { color: rgb(152,84,119); }

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

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

 a { background-color: rgb(152,84,119); }

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

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

 span { border-color: rgb(152,84,119); }

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