#926B7D

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

Shades of Strikemaster #926B7D

Tints of Strikemaster #926B7D

Color information

#926B7D (or 0x926B7D) is unknown color: approx Strikemaster. HEX triplet: 92, 6B and 7D. RGB value is (146,107,125). Sum of RGB (Red+Green+Blue) = 146+107+125=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #926B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B7D is #6D9482. Grayscale: #787878. Windows color (decimal): -7181443 or 8219538. OLE color: 8219538.

HSL color Cylindrical-coordinate representation of color #926B7D: hue angle of 332.31º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #926B7D is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB146107125-
CMYK00.270.140.43
HSL332.31º15.42%49.61%-
HSV(B)332.31º26.71%57.25%-
XYZ20.8118.1121.8-
YUV120.71130.42146.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=38.62%
G=28.31%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610712500.270.140.43332.3115.4249.61
Hex926B7D01BE2B14cf32
Octal22215317503316535141762
Binary100100101101011111110101101111101010111010011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926B7D; }

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

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

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

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

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

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

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

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