Shades of Moody Blue #767CDD
Tints of Moody Blue #767CDD
RGB
CMYK
RGB Variations
Color information
#767CDD (or 0x767CDD) is known color: Moody Blue. HEX triplet: 76, 7C and DD. RGB value is (118,124,221). Sum of RGB (Red+Green+Blue) = 118+124+221=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #767CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CDD is #898322. Grayscale: #848484. Windows color (decimal): -9012003 or 14515318. OLE color: 14515318.
HSL color Cylindrical-coordinate representation of color #767CDD: hue angle of 236.5º 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 #767CDD is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 124 | 221 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.13 |
| HSL | 236.5º | 0.6% | 0.66% | - |
| HSV(B) | 236.5º | 0.47% | 0.87% | - |
| XYZ | 27.73 | 23.49 | 71.48 | - |
| YUV | 133.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 221 | 0.47 | 0.44 | 0 | 0.13 | 236.5 | 0.6 | 0.66 |
| Hex | 76 | 7C | DD | 2F | 2C | 0 | D | ED | 3C | 42 |
| Octal | 166 | 174 | 335 | 57 | 54 | 0 | 15 | 355 | 74 | 102 |
| Binary | 1110110 | 1111100 | 11011101 | 101111 | 101100 | 0 | 1101 | 11101101 | 111100 | 1000010 |
Color Harmonies of #767CDD
Complementary color
Monochromatic Colors of #767CDD
Black with #767CDD
Text Example
Text Example
White with #767CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767CDD; }
p { color: rgb(118,124,221); }
H1.HeaderClassName
{
color: #767CDD;
}
.AnyTagClassName
{
color: #767CDD;
}
</style>
background-color css
<style>
a { background-color: #767CDD; }
a { background-color: rgb(118,124,221); }
div.DivClassName
{
background-color: #767CDD;
}
.BgClassName
{
background-color: #767CDD;
}
</style>
border-color css
<style>
span { border-color: #767CDD; }
span { border-color: rgb(118,124,221); }
td.TdClassName
{
border-color: #767CDD;
}
.TagClassName
{
border-color: #767CDD;
}
</style>