Shades of Moody Blue #766ED6
Tints of Moody Blue #766ED6
RGB
CMYK
RGB Variations
Color information
#766ED6 (or 0x766ED6) is known color: Moody Blue. HEX triplet: 76, 6E and D6. RGB value is (118,110,214). Sum of RGB (Red+Green+Blue) = 118+110+214=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #766ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ED6 is #899129. Grayscale: #7B7B7B. Windows color (decimal): -9015594 or 14052982. OLE color: 14052982.
HSL color Cylindrical-coordinate representation of color #766ED6: hue angle of 244.62º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #766ED6 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 110 | 214 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.16 |
| HSL | 244.62º | 0.56% | 0.64% | - |
| HSV(B) | 244.62º | 0.49% | 0.84% | - |
| XYZ | 25.18 | 19.86 | 66.12 | - |
| YUV | 124.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 214 | 0.45 | 0.49 | 0 | 0.16 | 244.62 | 0.56 | 0.64 |
| Hex | 76 | 6E | D6 | 2D | 31 | 0 | 10 | F5 | 38 | 40 |
| Octal | 166 | 156 | 326 | 55 | 61 | 0 | 20 | 365 | 70 | 100 |
| Binary | 1110110 | 1101110 | 11010110 | 101101 | 110001 | 0 | 10000 | 11110101 | 111000 | 1000000 |
Color Harmonies of #766ED6
Complementary color
Monochromatic Colors of #766ED6
Black with #766ED6
Text Example
Text Example
White with #766ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766ED6; }
p { color: rgb(118,110,214); }
H1.HeaderClassName
{
color: #766ED6;
}
.AnyTagClassName
{
color: #766ED6;
}
</style>
background-color css
<style>
a { background-color: #766ED6; }
a { background-color: rgb(118,110,214); }
div.DivClassName
{
background-color: #766ED6;
}
.BgClassName
{
background-color: #766ED6;
}
</style>
border-color css
<style>
span { border-color: #766ED6; }
span { border-color: rgb(118,110,214); }
td.TdClassName
{
border-color: #766ED6;
}
.TagClassName
{
border-color: #766ED6;
}
</style>