#927485

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

Shades of Strikemaster #927485

Tints of Strikemaster #927485

Color information

#927485 (or 0x927485) is unknown color: approx Strikemaster. HEX triplet: 92, 74 and 85. RGB value is (146,116,133). Sum of RGB (Red+Green+Blue) = 146+116+133=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #927485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927485 is #6D8B7A. Grayscale: #7E7E7E. Windows color (decimal): -7179131 or 8746130. OLE color: 8746130.

HSL color Cylindrical-coordinate representation of color #927485: hue angle of 326º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #927485 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB146116133-
CMYK00.210.090.43
HSL326º12.1%51.37%-
HSV(B)326º20.55%57.25%-
XYZ22.3320.324.93-
YUV126.91131.44141.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=36.96%
G=29.37%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611613300.210.090.4332612.151.37
Hex92748501592B146c33
Octal22216420502511535061463
Binary1001001011101001000010101010110011010111010001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927485; }

 p { color: rgb(146,116,133); }

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

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

 a { background-color: rgb(146,116,133); }

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

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

 span { border-color: rgb(146,116,133); }

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