Shades of Moody Blue #767FDC
Tints of Moody Blue #767FDC
RGB
CMYK
RGB Variations
Color information
#767FDC (or 0x767FDC) is known color: Moody Blue. HEX triplet: 76, 7F and DC. RGB value is (118,127,220). Sum of RGB (Red+Green+Blue) = 118+127+220=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #767FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FDC is #898023. Grayscale: #868686. Windows color (decimal): -9011236 or 14450550. OLE color: 14450550.
HSL color Cylindrical-coordinate representation of color #767FDC: hue angle of 234.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #767FDC is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 127 | 220 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.14 |
| HSL | 234.71º | 0.59% | 0.66% | - |
| HSV(B) | 234.71º | 0.46% | 0.86% | - |
| XYZ | 27.98 | 24.2 | 70.91 | - |
| YUV | 134.91 | 176.02 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 220 | 0.46 | 0.42 | 0 | 0.14 | 234.71 | 0.59 | 0.66 |
| Hex | 76 | 7F | DC | 2E | 2A | 0 | E | EB | 3B | 42 |
| Octal | 166 | 177 | 334 | 56 | 52 | 0 | 16 | 353 | 73 | 102 |
| Binary | 1110110 | 1111111 | 11011100 | 101110 | 101010 | 0 | 1110 | 11101011 | 111011 | 1000010 |
Color Harmonies of #767FDC
Complementary color
Monochromatic Colors of #767FDC
Black with #767FDC
Text Example
Text Example
White with #767FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FDC; }
p { color: rgb(118,127,220); }
H1.HeaderClassName
{
color: #767FDC;
}
.AnyTagClassName
{
color: #767FDC;
}
</style>
background-color css
<style>
a { background-color: #767FDC; }
a { background-color: rgb(118,127,220); }
div.DivClassName
{
background-color: #767FDC;
}
.BgClassName
{
background-color: #767FDC;
}
</style>
border-color css
<style>
span { border-color: #767FDC; }
span { border-color: rgb(118,127,220); }
td.TdClassName
{
border-color: #767FDC;
}
.TagClassName
{
border-color: #767FDC;
}
</style>