#935B7B

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

Shades of Strikemaster #935B7B

Tints of Strikemaster #935B7B

Color information

#935B7B (or 0x935B7B) is unknown color: approx Strikemaster. HEX triplet: 93, 5B and 7B. RGB value is (147,91,123). Sum of RGB (Red+Green+Blue) = 147+91+123=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #935B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B7B is #6CA484. Grayscale: #6F6F6F. Windows color (decimal): -7120005 or 8084371. OLE color: 8084371.

HSL color Cylindrical-coordinate representation of color #935B7B: hue angle of 325.71º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #935B7B is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14791123-
CMYK00.380.160.42
HSL325.71º23.53%46.67%-
HSV(B)325.71º38.1%57.65%-
XYZ19.3515.1220.64-
YUV111.39134.55153.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=40.72%
G=25.21%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479112300.380.160.42325.7123.5346.67
Hex935B7B026102A146182f
Octal22313317304620525063057
Binary100100111011011111101101001101000010101010100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935B7B; }

 p { color: rgb(147,91,123); }

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

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

 a { background-color: rgb(147,91,123); }

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

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

 span { border-color: rgb(147,91,123); }

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