Shades of Moody Blue #766ED1
Tints of Moody Blue #766ED1
RGB
CMYK
RGB Variations
Color information
#766ED1 (or 0x766ED1) is known color: 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
| RGB | 118 | 110 | 209 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.18 |
| HSL | 244.85º | 0.52% | 0.63% | - |
| HSV(B) | 244.85º | 0.47% | 0.82% | - |
| XYZ | 24.56 | 19.61 | 62.81 | - |
| YUV | 123.68 | 176.15 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 209 | 0.44 | 0.47 | 0 | 0.18 | 244.85 | 0.52 | 0.63 |
| Hex | 76 | 6E | D1 | 2C | 2F | 0 | 12 | F5 | 34 | 3F |
| Octal | 166 | 156 | 321 | 54 | 57 | 0 | 22 | 365 | 64 | 77 |
| Binary | 1110110 | 1101110 | 11010001 | 101100 | 101111 | 0 | 10010 | 11110101 | 110100 | 111111 |
Color Harmonies of #766ED1
Complementary color
Monochromatic Colors of #766ED1
Black with #766ED1
Text Example
Text Example
White with #766ED1
Text Example
Text Example
HTML Codes & Css Web 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>