#92687D

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

Shades of Strikemaster #92687D

Tints of Strikemaster #92687D

Color information

#92687D (or 0x92687D) is unknown color: approx Strikemaster. HEX triplet: 92, 68 and 7D. RGB value is (146,104,125). Sum of RGB (Red+Green+Blue) = 146+104+125=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #92687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92687D is #6D9782. Grayscale: #767676. Windows color (decimal): -7182211 or 8218770. OLE color: 8218770.

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

Color convert

RGB146104125-
CMYK00.290.140.43
HSL330º16.8%49.02%-
HSV(B)330º28.77%57.25%-
XYZ20.5117.4921.7-
YUV118.95131.41147.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=38.93%
G=27.73%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610412500.290.140.4333016.849.02
Hex92687D01DE2B14a1131
Octal22215017503516535122161
Binary1001001011010001111101011101111010101110100101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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