#746F9E

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

Shades of Scampi #746F9E

Tints of Scampi #746F9E

Color information

#746F9E (or 0x746F9E) is unknown color: approx Scampi. HEX triplet: 74, 6F and 9E. RGB value is (116,111,158). Sum of RGB (Red+Green+Blue) = 116+111+158=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #746F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746F9E is #8B9061. Grayscale: #757575. Windows color (decimal): -9146466 or 10383220. OLE color: 10383220.

HSL color Cylindrical-coordinate representation of color #746F9E: hue angle of 246.38º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #746F9E is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116111158-
CMYK0.270.3000.38
HSL246.38º19.5%52.75%-
HSV(B)246.38º29.75%61.96%-
XYZ19.0617.5534.73-
YUV117.85150.66126.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=30.13%
G=28.83%
B=41.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161111580.270.3000.38246.3819.552.75
Hex746F9E1B1E026f61435
Octal16415723633360463662465
Binary1110100110111110011110110111111001001101111011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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