#927385

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

Shades of Strikemaster #927385

Tints of Strikemaster #927385

Color information

#927385 (or 0x927385) is unknown color: approx Strikemaster. HEX triplet: 92, 73 and 85. RGB value is (146,115,133). Sum of RGB (Red+Green+Blue) = 146+115+133=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 146 - color contains mainly: red. Hex color #927385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927385 is #6D8C7A. Grayscale: #7E7E7E. Windows color (decimal): -7179387 or 8745874. OLE color: 8745874.

HSL color Cylindrical-coordinate representation of color #927385: hue angle of 325.16º 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 #927385 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB146115133-
CMYK00.210.090.43
HSL325.16º12.45%51.18%-
HSV(B)325.16º21.23%57.25%-
XYZ22.2220.0724.89-
YUV126.32131.77142.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=37.06%
G=29.19%
B=33.76%

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
Decimal14611513300.210.090.43325.1612.4551.18
Hex92738501592B145c33
Octal22216320502511535051463
Binary1001001011100111000010101010110011010111010001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927385; }

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

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

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

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

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

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

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

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