#926489

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

Shades of Strikemaster #926489

Tints of Strikemaster #926489

Color information

#926489 (or 0x926489) is unknown color: approx Strikemaster. HEX triplet: 92, 64 and 89. RGB value is (146,100,137). Sum of RGB (Red+Green+Blue) = 146+100+137=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 146 - color contains mainly: red. Hex color #926489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926489 is #6D9B76. Grayscale: #757575. Windows color (decimal): -7183223 or 9004178. OLE color: 9004178.

HSL color Cylindrical-coordinate representation of color #926489: hue angle of 311.74º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #926489 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB146100137-
CMYK00.320.060.43
HSL311.74º18.7%48.24%-
HSV(B)311.74º31.51%57.25%-
XYZ20.9317.0325.85-
YUV117.97138.74147.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 137 (53.91% from 255) = 35.77%
R=38.12%
G=26.11%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610013700.320.060.43311.7418.748.24
Hex92648902062B1381330
Octal2221442110406534702360
Binary10010010110010010001001010000011010101110011100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926489; }

 p { color: rgb(146,100,137); }

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

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

 a { background-color: rgb(146,100,137); }

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

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

 span { border-color: rgb(146,100,137); }

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