#746F9B

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

Shades of Scampi #746F9B

Tints of Scampi #746F9B

Color information

#746F9B (or 0x746F9B) is unknown color: approx Scampi. HEX triplet: 74, 6F and 9B. RGB value is (116,111,155). Sum of RGB (Red+Green+Blue) = 116+111+155=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #746F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746F9B is #8B9064. Grayscale: #757575. Windows color (decimal): -9146469 or 10186612. OLE color: 10186612.

HSL color Cylindrical-coordinate representation of color #746F9B: hue angle of 246.82º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #746F9B is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB116111155-
CMYK0.250.2800.39
HSL246.82º18.03%52.16%-
HSV(B)246.82º28.39%60.78%-
XYZ18.817.4533.39-
YUV117.51149.16126.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=30.37%
G=29.06%
B=40.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161111550.250.2800.39246.8218.0352.16
Hex746F9B191C027f71234
Octal16415723331340473672264
Binary1110100110111110011011110011110001001111111011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,111,155); }

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

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

 a { background-color: rgb(116,111,155); }

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

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

 span { border-color: rgb(116,111,155); }

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