#935677

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

Shades of Strikemaster #935677

Tints of Strikemaster #935677

Color information

#935677 (or 0x935677) is unknown color: approx Strikemaster. HEX triplet: 93, 56 and 77. RGB value is (147,86,119). Sum of RGB (Red+Green+Blue) = 147+86+119=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #935677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935677 is #6CA988. Grayscale: #6B6B6B. Windows color (decimal): -7121289 or 7820947. OLE color: 7820947.

HSL color Cylindrical-coordinate representation of color #935677: hue angle of 327.54º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935677 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14786119-
CMYK00.410.190.42
HSL327.54º26.18%45.69%-
HSV(B)327.54º41.5%57.65%-
XYZ18.6914.1919.21-
YUV108134.21155.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 86 (33.98% from 255) = 24.43%
BLUE value IS 119 (46.88% from 255) = 33.81%
R=41.76%
G=24.43%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478611900.410.190.42327.5426.1845.69
Hex935677029132A1481a2e
Octal22312616705123525103256
Binary100100111010110111011101010011001110101010100100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935677; }

 p { color: rgb(147,86,119); }

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

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

 a { background-color: rgb(147,86,119); }

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

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

 span { border-color: rgb(147,86,119); }

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