#92687E

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

Shades of Strikemaster #92687E

Tints of Strikemaster #92687E

Color information

#92687E (or 0x92687E) is unknown color: approx Strikemaster. HEX triplet: 92, 68 and 7E. RGB value is (146,104,126). Sum of RGB (Red+Green+Blue) = 146+104+126=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #92687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92687E is #6D9781. Grayscale: #777777. Windows color (decimal): -7182210 or 8284306. OLE color: 8284306.

HSL color Cylindrical-coordinate representation of color #92687E: hue angle of 328.57º 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 #92687E is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB146104126-
CMYK00.290.140.43
HSL328.57º16.8%49.02%-
HSV(B)328.57º28.77%57.25%-
XYZ20.5717.5222.04-
YUV119.07131.91147.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 126 (49.61% from 255) = 33.51%
R=38.83%
G=27.66%
B=33.51%

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
Decimal14610412600.290.140.43328.5716.849.02
Hex92687E01DE2B1491131
Octal22215017603516535112161
Binary1001001011010001111110011101111010101110100100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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