Shades of Moody Blue #766DD1
Tints of Moody Blue #766DD1
RGB
CMYK
RGB Variations
Color information
#766DD1 (or 0x766DD1) is known color: 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
| RGB | 118 | 109 | 209 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.18 |
| HSL | 245.4º | 0.52% | 0.62% | - |
| HSV(B) | 245.4º | 0.48% | 0.82% | - |
| XYZ | 24.45 | 19.39 | 62.78 | - |
| YUV | 123.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 209 | 0.44 | 0.48 | 0 | 0.18 | 245.4 | 0.52 | 0.62 |
| Hex | 76 | 6D | D1 | 2C | 30 | 0 | 12 | F5 | 34 | 3E |
| Octal | 166 | 155 | 321 | 54 | 60 | 0 | 22 | 365 | 64 | 76 |
| Binary | 1110110 | 1101101 | 11010001 | 101100 | 110000 | 0 | 10010 | 11110101 | 110100 | 111110 |
Color Harmonies of #766DD1
Complementary color
Monochromatic Colors of #766DD1
Black with #766DD1
Text Example
Text Example
White with #766DD1
Text Example
Text Example
HTML Codes & Css Web 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>