#924B7B

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

Shades of Strikemaster #924B7B

Tints of Strikemaster #924B7B

Color information

#924B7B (or 0x924B7B) is unknown color: approx Strikemaster. HEX triplet: 92, 4B and 7B. RGB value is (146,75,123). Sum of RGB (Red+Green+Blue) = 146+75+123=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 146 - color contains mainly: red. Hex color #924B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924B7B is #6DB484. Grayscale: #656565. Windows color (decimal): -7189637 or 8080274. OLE color: 8080274.

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

Color convert

RGB14675123-
CMYK00.490.160.43
HSL319.44º32.13%43.33%-
HSV(B)319.44º48.63%57.25%-
XYZ17.9512.5720.22-
YUV101.7140.02159.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.44%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=42.44%
G=21.80%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467512300.490.160.43319.4432.1343.33
Hex924B7B031102B13f202b
Octal22211317306120534774053
Binary1001001010010111111011011000110000101011100111111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924B7B; }

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

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

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

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

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

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

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

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