#92577B

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

Shades of Strikemaster #92577B

Tints of Strikemaster #92577B

Color information

#92577B (or 0x92577B) is unknown color: approx Strikemaster. HEX triplet: 92, 57 and 7B. RGB value is (146,87,123). Sum of RGB (Red+Green+Blue) = 146+87+123=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #92577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92577B is #6DA884. Grayscale: #6C6C6C. Windows color (decimal): -7186565 or 8083346. OLE color: 8083346.

HSL color Cylindrical-coordinate representation of color #92577B: hue angle of 323.39º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92577B is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14687123-
CMYK00.400.160.43
HSL323.39º25.32%45.69%-
HSV(B)323.39º40.41%57.25%-
XYZ18.8414.3620.52-
YUV108.74136.05154.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.01%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=41.01%
G=24.44%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468712300.400.160.43323.3925.3245.69
Hex92577B028102B143192e
Octal22212717305020535033156
Binary100100101010111111101101010001000010101110100001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92577B; }

 p { color: rgb(146,87,123); }

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

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

 a { background-color: rgb(146,87,123); }

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

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

 span { border-color: rgb(146,87,123); }

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