#957187

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

Shades of Strikemaster #957187

Tints of Strikemaster #957187

Color information

#957187 (or 0x957187) is unknown color: approx Strikemaster. HEX triplet: 95, 71 and 87. RGB value is (149,113,135). Sum of RGB (Red+Green+Blue) = 149+113+135=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #957187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957187 is #6A8E78. Grayscale: #7E7E7E. Windows color (decimal): -6983289 or 8876437. OLE color: 8876437.

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

Color convert

RGB149113135-
CMYK00.240.090.42
HSL323.33º14.52%51.37%-
HSV(B)323.33º24.16%58.43%-
XYZ22.6719.9525.58-
YUV126.27132.93144.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 135 (53.12% from 255) = 34.01%
R=37.53%
G=28.46%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911313500.240.090.42323.3314.5251.37
Hex95718701892A143f33
Octal22516120703011525031763
Binary1001010111100011000011101100010011010101010000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957187; }

 p { color: rgb(149,113,135); }

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

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

 a { background-color: rgb(149,113,135); }

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

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

 span { border-color: rgb(149,113,135); }

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