#957386

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

Shades of Strikemaster #957386

Tints of Strikemaster #957386

Color information

#957386 (or 0x957386) is unknown color: approx Strikemaster. HEX triplet: 95, 73 and 86. RGB value is (149,115,134). Sum of RGB (Red+Green+Blue) = 149+115+134=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #957386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957386 is #6A8C79. Grayscale: #7F7F7F. Windows color (decimal): -6982778 or 8811413. OLE color: 8811413.

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

Color convert

RGB149115134-
CMYK00.230.100.42
HSL326.47º13.82%51.76%-
HSV(B)326.47º22.82%58.43%-
XYZ22.8320.3725.28-
YUV127.33131.76143.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 134 (52.73% from 255) = 33.67%
R=37.44%
G=28.89%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911513400.230.100.42326.4713.8251.76
Hex957386017A2A146e34
Octal22516320602712525061664
Binary1001010111100111000011001011110101010101010001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957386; }

 p { color: rgb(149,115,134); }

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

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

 a { background-color: rgb(149,115,134); }

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

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

 span { border-color: rgb(149,115,134); }

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