#95677D

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

Shades of Strikemaster #95677D

Tints of Strikemaster #95677D

Color information

#95677D (or 0x95677D) is unknown color: approx Strikemaster. HEX triplet: 95, 67 and 7D. RGB value is (149,103,125). Sum of RGB (Red+Green+Blue) = 149+103+125=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #95677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95677D is #6A9882. Grayscale: #777777. Windows color (decimal): -6985859 or 8218517. OLE color: 8218517.

HSL color Cylindrical-coordinate representation of color #95677D: hue angle of 331.3º 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 #95677D is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB149103125-
CMYK00.310.160.42
HSL331.3º18.25%49.41%-
HSV(B)331.3º30.87%58.43%-
XYZ20.9517.5721.69-
YUV119.26131.24149.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=39.52%
G=27.32%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910312500.310.160.42331.318.2549.41
Hex95677D01F102A14b1231
Octal22514717503720525132261
Binary10010101110011111111010111111000010101010100101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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