#746B9E

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

Shades of Scampi #746B9E

Tints of Scampi #746B9E

Color information

#746B9E (or 0x746B9E) is unknown color: approx Scampi. HEX triplet: 74, 6B and 9E. RGB value is (116,107,158). Sum of RGB (Red+Green+Blue) = 116+107+158=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #746B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746B9E is #8B9461. Grayscale: #737373. Windows color (decimal): -9147490 or 10382196. OLE color: 10382196.

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

Color convert

RGB116107158-
CMYK0.270.3200.38
HSL250.59º20.82%51.96%-
HSV(B)250.59º32.28%61.96%-
XYZ18.6316.734.59-
YUV115.5151.98128.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=30.45%
G=28.08%
B=41.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161071580.270.3200.38250.5920.8251.96
Hex746B9E1B20026fb1534
Octal16415323633400463732564
Binary11101001101011100111101101110000001001101111101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,107,158); }

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

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

 a { background-color: rgb(116,107,158); }

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

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

 span { border-color: rgb(116,107,158); }

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