Shades of Moody Blue #766EC0
Tints of Moody Blue #766EC0
RGB
CMYK
RGB Variations
Color information
#766EC0 (or 0x766EC0) is known color: Moody Blue. HEX triplet: 76, 6E and C0. RGB value is (118,110,192). Sum of RGB (Red+Green+Blue) = 118+110+192=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #766EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EC0 is #89913F. Grayscale: #797979. Windows color (decimal): -9015616 or 12611190. OLE color: 12611190.
HSL color Cylindrical-coordinate representation of color #766EC0: hue angle of 245.85º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #766EC0 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 110 | 192 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.25 |
| HSL | 245.85º | 0.39% | 0.59% | - |
| HSV(B) | 245.85º | 0.43% | 0.75% | - |
| XYZ | 22.56 | 18.81 | 52.31 | - |
| YUV | 121.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 192 | 0.39 | 0.43 | 0 | 0.25 | 245.85 | 0.39 | 0.59 |
| Hex | 76 | 6E | C0 | 27 | 2B | 0 | 19 | F6 | 27 | 3B |
| Octal | 166 | 156 | 300 | 47 | 53 | 0 | 31 | 366 | 47 | 73 |
| Binary | 1110110 | 1101110 | 11000000 | 100111 | 101011 | 0 | 11001 | 11110110 | 100111 | 111011 |
Color Harmonies of #766EC0
Complementary color
Monochromatic Colors of #766EC0
Black with #766EC0
Text Example
Text Example
White with #766EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EC0; }
p { color: rgb(118,110,192); }
H1.HeaderClassName
{
color: #766EC0;
}
.AnyTagClassName
{
color: #766EC0;
}
</style>
background-color css
<style>
a { background-color: #766EC0; }
a { background-color: rgb(118,110,192); }
div.DivClassName
{
background-color: #766EC0;
}
.BgClassName
{
background-color: #766EC0;
}
</style>
border-color css
<style>
span { border-color: #766EC0; }
span { border-color: rgb(118,110,192); }
td.TdClassName
{
border-color: #766EC0;
}
.TagClassName
{
border-color: #766EC0;
}
</style>