#95677E

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

Shades of Strikemaster #95677E

Tints of Strikemaster #95677E

Color information

#95677E (or 0x95677E) is unknown color: approx Strikemaster. HEX triplet: 95, 67 and 7E. RGB value is (149,103,126). Sum of RGB (Red+Green+Blue) = 149+103+126=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #95677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95677E is #6A9881. Grayscale: #777777. Windows color (decimal): -6985858 or 8284053. OLE color: 8284053.

HSL color Cylindrical-coordinate representation of color #95677E: hue angle of 330º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95677E is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149103126-
CMYK00.310.150.42
HSL330º18.25%49.41%-
HSV(B)330º30.87%58.43%-
XYZ21.0117.622.03-
YUV119.38131.74149.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=39.42%
G=27.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910312600.310.150.4233018.2549.41
Hex95677E01FF2A14a1231
Octal22514717603717525122261
Binary1001010111001111111110011111111110101010100101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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