#766DDB

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

Shades of Medium Slate Blue #766DDB

Tints of Medium Slate Blue #766DDB

Color information

#766DDB (or 0x766DDB) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 6D and DB. RGB value is (118,109,219). Sum of RGB (Red+Green+Blue) = 118+109+219=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #766DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DDB is #899224. Grayscale: #7B7B7B. Windows color (decimal): -9015845 or 14380406. OLE color: 14380406.

HSL color Cylindrical-coordinate representation of color #766DDB: hue angle of 244.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766DDB is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118109219-
CMYK0.460.5000.14
HSL244.91º60.44%64.31%-
HSV(B)244.91º50.23%85.88%-
XYZ25.7319.969.5-
YUV124.23181.48123.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.46%
GREEN value IS 109 (42.97% from 255) = 24.44%
BLUE value IS 219 (85.94% from 255) = 49.10%
R=26.46%
G=24.44%
B=49.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181092190.460.5000.14244.9160.4464.31
Hex766DDB2E320Ef53c40
Octal166155333566201636574100
Binary111011011011011101101110111011001001110111101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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