#766ED1

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

Shades of Moody Blue #766ED1

Tints of Moody Blue #766ED1

Color information

#766ED1 (or 0x766ED1) is unknown color: approx Moody Blue. HEX triplet: 76, 6E and D1. RGB value is (118,110,209). Sum of RGB (Red+Green+Blue) = 118+110+209=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #766ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ED1 is #89912E. Grayscale: #7B7B7B. Windows color (decimal): -9015599 or 13725302. OLE color: 13725302.

HSL color Cylindrical-coordinate representation of color #766ED1: hue angle of 244.85º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766ED1 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB118110209-
CMYK0.440.4700.18
HSL244.85º51.83%62.55%-
HSV(B)244.85º47.37%81.96%-
XYZ24.5619.6162.81-
YUV123.68176.15123.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 209 (82.03% from 255) = 47.83%
R=27.00%
G=25.17%
B=47.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181102090.440.4700.18244.8551.8362.55
Hex766ED12C2F012f5343f
Octal16615632154570223656477
Binary111011011011101101000110110010111101001011110101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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