#906984

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

Shades of Strikemaster #906984

Tints of Strikemaster #906984

Color information

#906984 (or 0x906984) is unknown color: approx Strikemaster. HEX triplet: 90, 69 and 84. RGB value is (144,105,132). Sum of RGB (Red+Green+Blue) = 144+105+132=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #906984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906984 is #6F967B. Grayscale: #777777. Windows color (decimal): -7313020 or 8677776. OLE color: 8677776.

HSL color Cylindrical-coordinate representation of color #906984: hue angle of 318.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #906984 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB144105132-
CMYK00.270.080.44
HSL318.46º15.66%48.82%-
HSV(B)318.46º27.08%56.47%-
XYZ20.7217.724.15-
YUV119.74134.92145.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 132 (51.95% from 255) = 34.65%
R=37.80%
G=27.56%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410513200.270.080.44318.4615.6648.82
Hex90698401B82C13e1031
Octal22015120403310544762061
Binary10010000110100110000100011011100010110010011111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906984; }

 p { color: rgb(144,105,132); }

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

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

 a { background-color: rgb(144,105,132); }

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

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

 span { border-color: rgb(144,105,132); }

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