Shades of Moody Blue #767EDD
Tints of Moody Blue #767EDD
RGB
CMYK
RGB Variations
Color information
#767EDD (or 0x767EDD) is known color: Moody Blue. HEX triplet: 76, 7E and DD. RGB value is (118,126,221). Sum of RGB (Red+Green+Blue) = 118+126+221=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #767EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767EDD is #898122. Grayscale: #868686. Windows color (decimal): -9011491 or 14515830. OLE color: 14515830.
HSL color Cylindrical-coordinate representation of color #767EDD: hue angle of 235.34º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #767EDD is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 126 | 221 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.13 |
| HSL | 235.34º | 0.6% | 0.66% | - |
| HSV(B) | 235.34º | 0.47% | 0.87% | - |
| XYZ | 27.98 | 23.99 | 71.56 | - |
| YUV | 134.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 221 | 0.47 | 0.43 | 0 | 0.13 | 235.34 | 0.6 | 0.66 |
| Hex | 76 | 7E | DD | 2F | 2B | 0 | D | EB | 3C | 42 |
| Octal | 166 | 176 | 335 | 57 | 53 | 0 | 15 | 353 | 74 | 102 |
| Binary | 1110110 | 1111110 | 11011101 | 101111 | 101011 | 0 | 1101 | 11101011 | 111100 | 1000010 |
Color Harmonies of #767EDD
Complementary color
Monochromatic Colors of #767EDD
Black with #767EDD
Text Example
Text Example
White with #767EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767EDD; }
p { color: rgb(118,126,221); }
H1.HeaderClassName
{
color: #767EDD;
}
.AnyTagClassName
{
color: #767EDD;
}
</style>
background-color css
<style>
a { background-color: #767EDD; }
a { background-color: rgb(118,126,221); }
div.DivClassName
{
background-color: #767EDD;
}
.BgClassName
{
background-color: #767EDD;
}
</style>
border-color css
<style>
span { border-color: #767EDD; }
span { border-color: rgb(118,126,221); }
td.TdClassName
{
border-color: #767EDD;
}
.TagClassName
{
border-color: #767EDD;
}
</style>