#906486

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

Shades of Strikemaster #906486

Tints of Strikemaster #906486

Color information

#906486 (or 0x906486) is unknown color: approx Strikemaster. HEX triplet: 90, 64 and 86. RGB value is (144,100,134). Sum of RGB (Red+Green+Blue) = 144+100+134=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #906486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906486 is #6F9B79. Grayscale: #747474. Windows color (decimal): -7314298 or 8807568. OLE color: 8807568.

HSL color Cylindrical-coordinate representation of color #906486: hue angle of 313.64º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906486 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB144100134-
CMYK00.310.070.44
HSL313.64º18.03%47.84%-
HSV(B)313.64º30.56%56.47%-
XYZ20.3616.7624.72-
YUV117.03137.58147.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.10%
GREEN value IS 100 (39.45% from 255) = 26.46%
BLUE value IS 134 (52.73% from 255) = 35.45%
R=38.10%
G=26.46%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410013400.310.070.44313.6418.0347.84
Hex90648601F72C13a1230
Octal2201442060377544722260
Binary1001000011001001000011001111111110110010011101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906486; }

 p { color: rgb(144,100,134); }

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

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

 a { background-color: rgb(144,100,134); }

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

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

 span { border-color: rgb(144,100,134); }

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