#906485

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

Shades of Strikemaster #906485

Tints of Strikemaster #906485

Color information

#906485 (or 0x906485) is unknown color: approx Strikemaster. HEX triplet: 90, 64 and 85. RGB value is (144,100,133). Sum of RGB (Red+Green+Blue) = 144+100+133=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #906485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906485 is #6F9B7A. Grayscale: #747474. Windows color (decimal): -7314299 or 8742032. OLE color: 8742032.

HSL color Cylindrical-coordinate representation of color #906485: hue angle of 315º 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 #906485 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB144100133-
CMYK00.310.080.44
HSL315º18.03%47.84%-
HSV(B)315º30.56%56.47%-
XYZ20.2916.7424.35-
YUV116.92137.08147.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=38.20%
G=26.53%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410013300.310.080.4431518.0347.84
Hex90648501F82C13b1230
Octal22014420503710544732260
Binary10010000110010010000101011111100010110010011101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906485; }

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

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

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

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

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

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

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

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