#956987

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

Shades of Strikemaster #956987

Tints of Strikemaster #956987

Color information

#956987 (or 0x956987) is unknown color: approx Strikemaster. HEX triplet: 95, 69 and 87. RGB value is (149,105,135). Sum of RGB (Red+Green+Blue) = 149+105+135=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #956987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956987 is #6A9678. Grayscale: #797979. Windows color (decimal): -6985337 or 8874389. OLE color: 8874389.

HSL color Cylindrical-coordinate representation of color #956987: hue angle of 319.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956987 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB149105135-
CMYK00.300.090.42
HSL319.09º17.32%49.8%-
HSV(B)319.09º29.53%58.43%-
XYZ21.8218.2425.29-
YUV121.58135.58147.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=38.30%
G=26.99%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910513500.300.090.42319.0917.3249.8
Hex95698701E92A13f1132
Octal22515120703611524772162
Binary10010101110100110000111011110100110101010011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956987; }

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

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

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

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

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

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

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

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