#92657D

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

Shades of Strikemaster #92657D

Tints of Strikemaster #92657D

Color information

#92657D (or 0x92657D) is unknown color: approx Strikemaster. HEX triplet: 92, 65 and 7D. RGB value is (146,101,125). Sum of RGB (Red+Green+Blue) = 146+101+125=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #92657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92657D is #6D9A82. Grayscale: #757575. Windows color (decimal): -7182979 or 8218002. OLE color: 8218002.

HSL color Cylindrical-coordinate representation of color #92657D: hue angle of 328º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92657D is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB146101125-
CMYK00.310.140.43
HSL328º18.22%48.43%-
HSV(B)328º30.82%57.25%-
XYZ20.2116.921.6-
YUV117.19132.41148.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.25%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=39.25%
G=27.15%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610112500.310.140.4332818.2248.43
Hex92657D01FE2B1481230
Octal22214517503716535102260
Binary1001001011001011111101011111111010101110100100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92657D; }

 p { color: rgb(146,101,125); }

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

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

 a { background-color: rgb(146,101,125); }

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

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

 span { border-color: rgb(146,101,125); }

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