#766DD1

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

Shades of Moody Blue #766DD1

Tints of Moody Blue #766DD1

Color information

#766DD1 (or 0x766DD1) is unknown color: approx Moody Blue. HEX triplet: 76, 6D and D1. RGB value is (118,109,209). Sum of RGB (Red+Green+Blue) = 118+109+209=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #766DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DD1 is #89922E. Grayscale: #7A7A7A. Windows color (decimal): -9015855 or 13725046. OLE color: 13725046.

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

Color convert

RGB118109209-
CMYK0.440.4800.18
HSL245.4º52.08%62.35%-
HSV(B)245.4º47.85%81.96%-
XYZ24.4519.3962.78-
YUV123.09176.48124.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 209 (82.03% from 255) = 47.94%
R=27.06%
G=25%
B=47.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181092090.440.4800.18245.452.0862.35
Hex766DD12C30012f5343e
Octal16615532154600223656476
Binary111011011011011101000110110011000001001011110101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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