Shades of Moody Blue #767FDD
Tints of Moody Blue #767FDD
RGB
CMYK
RGB Variations
Color information
#767FDD (or 0x767FDD) is known color: Moody Blue. HEX triplet: 76, 7F and DD. RGB value is (118,127,221). Sum of RGB (Red+Green+Blue) = 118+127+221=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #767FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FDD is #898022. Grayscale: #868686. Windows color (decimal): -9011235 or 14516086. OLE color: 14516086.
HSL color Cylindrical-coordinate representation of color #767FDD: hue angle of 234.76º 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 #767FDD is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 127 | 221 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.13 |
| HSL | 234.76º | 0.6% | 0.66% | - |
| HSV(B) | 234.76º | 0.47% | 0.87% | - |
| XYZ | 28.11 | 24.25 | 71.61 | - |
| YUV | 135.03 | 176.52 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 221 | 0.47 | 0.43 | 0 | 0.13 | 234.76 | 0.6 | 0.66 |
| Hex | 76 | 7F | DD | 2F | 2B | 0 | D | EB | 3C | 42 |
| Octal | 166 | 177 | 335 | 57 | 53 | 0 | 15 | 353 | 74 | 102 |
| Binary | 1110110 | 1111111 | 11011101 | 101111 | 101011 | 0 | 1101 | 11101011 | 111100 | 1000010 |
Color Harmonies of #767FDD
Complementary color
Monochromatic Colors of #767FDD
Black with #767FDD
Text Example
Text Example
White with #767FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FDD; }
p { color: rgb(118,127,221); }
H1.HeaderClassName
{
color: #767FDD;
}
.AnyTagClassName
{
color: #767FDD;
}
</style>
background-color css
<style>
a { background-color: #767FDD; }
a { background-color: rgb(118,127,221); }
div.DivClassName
{
background-color: #767FDD;
}
.BgClassName
{
background-color: #767FDD;
}
</style>
border-color css
<style>
span { border-color: #767FDD; }
span { border-color: rgb(118,127,221); }
td.TdClassName
{
border-color: #767FDD;
}
.TagClassName
{
border-color: #767FDD;
}
</style>