#746D9D

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

Shades of Scampi #746D9D

Tints of Scampi #746D9D

Color information

#746D9D (or 0x746D9D) is unknown color: approx Scampi. HEX triplet: 74, 6D and 9D. RGB value is (116,109,157). Sum of RGB (Red+Green+Blue) = 116+109+157=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #746D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D9D is #8B9262. Grayscale: #747474. Windows color (decimal): -9146979 or 10317172. OLE color: 10317172.

HSL color Cylindrical-coordinate representation of color #746D9D: hue angle of 248.75º 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 #746D9D is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116109157-
CMYK0.260.3100.38
HSL248.75º19.67%52.16%-
HSV(B)248.75º30.57%61.57%-
XYZ18.7617.0834.21-
YUV116.56150.82127.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 109 (42.97% from 255) = 28.53%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=30.37%
G=28.53%
B=41.10%

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
Decimal1161091570.260.3100.38248.7519.6752.16
Hex746D9D1A1F026f91434
Octal16415523532370463712464
Binary1110100110110110011101110101111101001101111100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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