#746DDD

Color #746DDD Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #746DDD

Tints of Medium Slate Blue #746DDD

Color information

#746DDD (or 0x746DDD) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 6D and DD. RGB value is (116,109,221). Sum of RGB (Red+Green+Blue) = 116+109+221=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #746DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DDD is #8B9222. Grayscale: #7B7B7B. Windows color (decimal): -9146915 or 14511476. OLE color: 14511476.

HSL color Cylindrical-coordinate representation of color #746DDD: hue angle of 243.75º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #746DDD is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116109221-
CMYK0.480.5100.13
HSL243.75º62.22%64.71%-
HSV(B)243.75º50.68%86.67%-
XYZ25.7219.8770.89-
YUV123.86182.82122.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.01%
GREEN value IS 109 (42.97% from 255) = 24.44%
BLUE value IS 221 (86.72% from 255) = 49.55%
R=26.01%
G=24.44%
B=49.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161092210.480.5100.13243.7562.2264.71
Hex746DDD30330Df43e41
Octal164155335606301536476101
Binary111010011011011101110111000011001101101111101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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