#947486

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

Shades of Strikemaster #947486

Tints of Strikemaster #947486

Color information

#947486 (or 0x947486) is unknown color: approx Strikemaster. HEX triplet: 94, 74 and 86. RGB value is (148,116,134). Sum of RGB (Red+Green+Blue) = 148+116+134=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #947486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947486 is #6B8B79. Grayscale: #7F7F7F. Windows color (decimal): -7048058 or 8811668. OLE color: 8811668.

HSL color Cylindrical-coordinate representation of color #947486: hue angle of 326.25º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #947486 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB148116134-
CMYK00.220.090.42
HSL326.25º13.01%51.76%-
HSV(B)326.25º21.62%58.04%-
XYZ22.7620.5125.31-
YUV127.62131.6142.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 134 (52.73% from 255) = 33.67%
R=37.19%
G=29.15%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811613400.220.090.42326.2513.0151.76
Hex94748601692A146d34
Octal22416420602611525061564
Binary1001010011101001000011001011010011010101010001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947486; }

 p { color: rgb(148,116,134); }

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

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

 a { background-color: rgb(148,116,134); }

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

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

 span { border-color: rgb(148,116,134); }

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