#7764DD

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

Shades of Medium Slate Blue #7764DD

Tints of Medium Slate Blue #7764DD

Color information

#7764DD (or 0x7764DD) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 64 and DD. RGB value is (119,100,221). Sum of RGB (Red+Green+Blue) = 119+100+221=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #7764DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7764DD is #889B22. Grayscale: #777777. Windows color (decimal): -8952611 or 14509175. OLE color: 14509175.

HSL color Cylindrical-coordinate representation of color #7764DD: hue angle of 249.42º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7764DD is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119100221-
CMYK0.460.5500.13
HSL249.42º64.02%62.94%-
HSV(B)249.42º54.75%86.67%-
XYZ25.2218.2670.6-
YUV119.48185.29127.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.05%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 221 (86.72% from 255) = 50.23%
R=27.05%
G=22.73%
B=50.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191002210.460.5500.13249.4264.0262.94
Hex7764DD2E370Df9403f
Octal167144335566701537110077
Binary111011111001001101110110111011011101101111110011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7764DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7764DD; }

 p { color: rgb(119,100,221); }

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

<style>
 a { background-color: #7764DD; }

 a { background-color: rgb(119,100,221); }

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

<style>
 span { border-color: #7764DD; }

 span { border-color: rgb(119,100,221); }

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