#956B82

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

Shades of Strikemaster #956B82

Tints of Strikemaster #956B82

Color information

#956B82 (or 0x956B82) is unknown color: approx Strikemaster. HEX triplet: 95, 6B and 82. RGB value is (149,107,130). Sum of RGB (Red+Green+Blue) = 149+107+130=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #956B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956B82 is #6A947D. Grayscale: #7A7A7A. Windows color (decimal): -6984830 or 8547221. OLE color: 8547221.

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

Color convert

RGB149107130-
CMYK00.280.130.42
HSL327.14º16.54%50.2%-
HSV(B)327.14º28.19%58.43%-
XYZ21.6818.5223.55-
YUV122.18132.41147.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 107 (42.19% from 255) = 27.72%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=38.60%
G=27.72%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910713000.280.130.42327.1416.5450.2
Hex956B8201CD2A1471132
Octal22515320203415525072162
Binary10010101110101110000010011100110110101010100011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956B82; }

 p { color: rgb(149,107,130); }

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

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

 a { background-color: rgb(149,107,130); }

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

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

 span { border-color: rgb(149,107,130); }

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