Shades of Moody Blue #766DD2
Tints of Moody Blue #766DD2
RGB
CMYK
RGB Variations
Color information
#766DD2 (or 0x766DD2) is known color: Moody Blue. HEX triplet: 76, 6D and D2. RGB value is (118,109,210). Sum of RGB (Red+Green+Blue) = 118+109+210=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #766DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DD2 is #89922D. Grayscale: #7A7A7A. Windows color (decimal): -9015854 or 13790582. OLE color: 13790582.
HSL color Cylindrical-coordinate representation of color #766DD2: hue angle of 245.35º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #766DD2 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 109 | 210 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.18 |
| HSL | 245.35º | 0.53% | 0.63% | - |
| HSV(B) | 245.35º | 0.48% | 0.82% | - |
| XYZ | 24.57 | 19.44 | 63.43 | - |
| YUV | 123.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 210 | 0.44 | 0.48 | 0 | 0.18 | 245.35 | 0.53 | 0.63 |
| Hex | 76 | 6D | D2 | 2C | 30 | 0 | 12 | F5 | 35 | 3F |
| Octal | 166 | 155 | 322 | 54 | 60 | 0 | 22 | 365 | 65 | 77 |
| Binary | 1110110 | 1101101 | 11010010 | 101100 | 110000 | 0 | 10010 | 11110101 | 110101 | 111111 |
Color Harmonies of #766DD2
Complementary color
Monochromatic Colors of #766DD2
Black with #766DD2
Text Example
Text Example
White with #766DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DD2; }
p { color: rgb(118,109,210); }
H1.HeaderClassName
{
color: #766DD2;
}
.AnyTagClassName
{
color: #766DD2;
}
</style>
background-color css
<style>
a { background-color: #766DD2; }
a { background-color: rgb(118,109,210); }
div.DivClassName
{
background-color: #766DD2;
}
.BgClassName
{
background-color: #766DD2;
}
</style>
border-color css
<style>
span { border-color: #766DD2; }
span { border-color: rgb(118,109,210); }
td.TdClassName
{
border-color: #766DD2;
}
.TagClassName
{
border-color: #766DD2;
}
</style>