#766DDD

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

Shades of Medium Slate Blue #766DDD

Tints of Medium Slate Blue #766DDD

Color information

#766DDD (or 0x766DDD) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 6D and DD. RGB value is (118,109,221). Sum of RGB (Red+Green+Blue) = 118+109+221=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 109 (42.97% from 255 or 24.33% 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 #766DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DDD is #899222. Grayscale: #7C7C7C. Windows color (decimal): -9015843 or 14511478. OLE color: 14511478.

HSL color Cylindrical-coordinate representation of color #766DDD: hue angle of 244.82º 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 #766DDD is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118109221-
CMYK0.470.5100.13
HSL244.82º62.22%64.71%-
HSV(B)244.82º50.68%86.67%-
XYZ25.9920.0170.9-
YUV124.46182.48123.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.34%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 221 (86.72% from 255) = 49.33%
R=26.34%
G=24.33%
B=49.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181092210.470.5100.13244.8262.2264.71
Hex766DDD2F330Df53e41
Octal166155335576301536576101
Binary111011011011011101110110111111001101101111101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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