#746FDC

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

Shades of Medium Slate Blue #746FDC

Tints of Medium Slate Blue #746FDC

Color information

#746FDC (or 0x746FDC) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 6F and DC. RGB value is (116,111,220). Sum of RGB (Red+Green+Blue) = 116+111+220=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #746FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FDC is #8B9023. Grayscale: #7C7C7C. Windows color (decimal): -9146404 or 14446452. OLE color: 14446452.

HSL color Cylindrical-coordinate representation of color #746FDC: hue angle of 242.75º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #746FDC is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116111220-
CMYK0.470.5000.14
HSL242.75º60.89%64.9%-
HSV(B)242.75º49.55%86.27%-
XYZ25.8120.2570.26-
YUV124.92181.66121.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.95%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 220 (86.33% from 255) = 49.22%
R=25.95%
G=24.83%
B=49.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161112200.470.5000.14242.7560.8964.9
Hex746FDC2F320Ef33d41
Octal164157334576201636375101
Binary111010011011111101110010111111001001110111100111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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