#746FDD

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

Shades of Medium Slate Blue #746FDD

Tints of Medium Slate Blue #746FDD

Color information

#746FDD (or 0x746FDD) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 6F and DD. RGB value is (116,111,221). Sum of RGB (Red+Green+Blue) = 116+111+221=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #746FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FDD is #8B9022. Grayscale: #7C7C7C. Windows color (decimal): -9146403 or 14511988. OLE color: 14511988.

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

Color convert

RGB116111221-
CMYK0.480.5000.13
HSL242.73º61.8%65.1%-
HSV(B)242.73º49.77%86.67%-
XYZ25.9420.370.96-
YUV125.04182.16121.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.89%
GREEN value IS 111 (43.75% from 255) = 24.78%
BLUE value IS 221 (86.72% from 255) = 49.33%
R=25.89%
G=24.78%
B=49.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161112210.480.5000.13242.7361.865.1
Hex746FDD30320Df33e41
Octal164157335606201536376101
Binary111010011011111101110111000011001001101111100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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