#7464dc

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

Shades of Medium Slate Blue #7464DC

Tints of Medium Slate Blue #7464DC

Color information

#7464DC (or 0x7464DC) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 64 and DC. RGB value is (116,100,220). Sum of RGB (Red+Green+Blue) = 116+100+220=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #7464DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464DC is #8B9B23. Grayscale: #767676. Windows color (decimal): -9149220 or 14443636. OLE color: 14443636.

HSL color Cylindrical-coordinate representation of color #7464DC: hue angle of 248º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7464DC is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116100220-
CMYK0.470.5500.14
HSL248º63.16%62.75%-
HSV(B)248º54.55%86.27%-
XYZ24.6817.9969.88-
YUV118.46185.3126.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.61%
GREEN value IS 100 (39.45% from 255) = 22.94%
BLUE value IS 220 (86.33% from 255) = 50.46%
R=26.61%
G=22.94%
B=50.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161002200.470.5500.1424863.1662.75
Hex7464DC2F370Ef83f3f
Octal16414433457670163707777
Binary11101001100100110111001011111101110111011111000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7464dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7464dc; }

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

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

<style>
 a { background-color: #7464dc; }

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

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

<style>
 span { border-color: #7464dc; }

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

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