#766ED3

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

Shades of Moody Blue #766ED3

Tints of Moody Blue #766ED3

Color information

#766ED3 (or 0x766ED3) is unknown color: approx Moody Blue. HEX triplet: 76, 6E and D3. RGB value is (118,110,211). Sum of RGB (Red+Green+Blue) = 118+110+211=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #766ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ED3 is #89912C. Grayscale: #7B7B7B. Windows color (decimal): -9015597 or 13856374. OLE color: 13856374.

HSL color Cylindrical-coordinate representation of color #766ED3: hue angle of 244.75º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #766ED3 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB118110211-
CMYK0.440.4800.17
HSL244.75º53.44%62.94%-
HSV(B)244.75º47.87%82.75%-
XYZ24.8119.7164.12-
YUV123.91177.15123.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.88%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 211 (82.81% from 255) = 48.06%
R=26.88%
G=25.06%
B=48.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1181102110.440.4800.17244.7553.4462.94
Hex766ED32C30011f5353f
Octal16615632354600213656577
Binary111011011011101101001110110011000001000111110101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,110,211); }

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

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

 a { background-color: rgb(118,110,211); }

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

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

 span { border-color: rgb(118,110,211); }

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