#766DEA

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

Shades of Medium Slate Blue #766DEA

Tints of Medium Slate Blue #766DEA

Color information

#766DEA (or 0x766DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 6D and EA. RGB value is (118,109,234). Sum of RGB (Red+Green+Blue) = 118+109+234=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #766DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766DEA is #899215. Grayscale: #7D7D7D. Windows color (decimal): -9015830 or 15363446. OLE color: 15363446.

HSL color Cylindrical-coordinate representation of color #766DEA: hue angle of 244.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766DEA is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB118109234-
CMYK0.500.5300.08
HSL244.32º74.85%67.25%-
HSV(B)244.32º53.42%91.76%-
XYZ27.7920.7380.38-
YUV125.94188.98122.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.60%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 234 (91.80% from 255) = 50.76%
R=25.60%
G=23.64%
B=50.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181092340.500.5300.08244.3274.8567.25
Hex766DEA323508f44b43
Octal1661553526265010364113103
Binary1110110110110111101010110010110101010001111010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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