#95687E

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

Shades of Strikemaster #95687E

Tints of Strikemaster #95687E

Color information

#95687E (or 0x95687E) is unknown color: approx Strikemaster. HEX triplet: 95, 68 and 7E. RGB value is (149,104,126). Sum of RGB (Red+Green+Blue) = 149+104+126=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #95687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95687E is #6A9781. Grayscale: #777777. Windows color (decimal): -6985602 or 8284309. OLE color: 8284309.

HSL color Cylindrical-coordinate representation of color #95687E: hue angle of 330.67º degrees, saturation: 0.18, 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 #95687E is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149104126-
CMYK00.300.150.42
HSL330.67º17.79%49.61%-
HSV(B)330.67º30.2%58.43%-
XYZ21.1117.822.06-
YUV119.96131.41148.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=39.31%
G=27.44%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910412600.300.150.42330.6717.7949.61
Hex95687E01EF2A14b1232
Octal22515017603617525132262
Binary1001010111010001111110011110111110101010100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95687E; }

 p { color: rgb(149,104,126); }

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

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

 a { background-color: rgb(149,104,126); }

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

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

 span { border-color: rgb(149,104,126); }

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