#926483

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

Shades of Strikemaster #926483

Tints of Strikemaster #926483

Color information

#926483 (or 0x926483) is unknown color: approx Strikemaster. HEX triplet: 92, 64 and 83. RGB value is (146,100,131). Sum of RGB (Red+Green+Blue) = 146+100+131=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #926483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926483 is #6D9B7C. Grayscale: #757575. Windows color (decimal): -7183229 or 8610962. OLE color: 8610962.

HSL color Cylindrical-coordinate representation of color #926483: hue angle of 319.57º 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 #926483 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB146100131-
CMYK00.320.100.43
HSL319.57º18.7%48.24%-
HSV(B)319.57º31.51%57.25%-
XYZ20.5116.8623.65-
YUV117.29135.74148.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=38.73%
G=26.53%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610013100.320.100.43319.5718.748.24
Hex926483020A2B1401330
Octal22214420304012535002360
Binary100100101100100100000110100000101010101110100000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926483; }

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

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

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

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

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

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

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

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