#746C9D

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

Shades of Scampi #746C9D

Tints of Scampi #746C9D

Color information

#746C9D (or 0x746C9D) is unknown color: approx Scampi. HEX triplet: 74, 6C and 9D. RGB value is (116,108,157). Sum of RGB (Red+Green+Blue) = 116+108+157=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #746C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746C9D is #8B9362. Grayscale: #737373. Windows color (decimal): -9147235 or 10316916. OLE color: 10316916.

HSL color Cylindrical-coordinate representation of color #746C9D: hue angle of 249.8º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746C9D is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116108157-
CMYK0.260.3100.38
HSL249.8º20%51.96%-
HSV(B)249.8º31.21%61.57%-
XYZ18.6516.8734.17-
YUV115.98151.15128.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=30.45%
G=28.35%
B=41.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161081570.260.3100.38249.82051.96
Hex746C9D1A1F026fa1434
Octal16415423532370463722464
Binary1110100110110010011101110101111101001101111101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746C9D; }

 p { color: rgb(116,108,157); }

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

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

 a { background-color: rgb(116,108,157); }

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

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

 span { border-color: rgb(116,108,157); }

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