Shades of Moody Blue #766DCC
Tints of Moody Blue #766DCC
RGB
CMYK
RGB Variations
Color information
#766DCC (or 0x766DCC) is known color: Moody Blue. HEX triplet: 76, 6D and CC. RGB value is (118,109,204). Sum of RGB (Red+Green+Blue) = 118+109+204=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #766DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DCC is #899233. Grayscale: #7A7A7A. Windows color (decimal): -9015860 or 13397366. OLE color: 13397366.
HSL color Cylindrical-coordinate representation of color #766DCC: hue angle of 245.68º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766DCC is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 109 | 204 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.2 |
| HSL | 245.68º | 0.48% | 0.61% | - |
| HSV(B) | 245.68º | 0.47% | 0.8% | - |
| XYZ | 23.84 | 19.15 | 59.57 | - |
| YUV | 122.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 204 | 0.42 | 0.47 | 0 | 0.2 | 245.68 | 0.48 | 0.61 |
| Hex | 76 | 6D | CC | 2A | 2F | 0 | 14 | F6 | 30 | 3D |
| Octal | 166 | 155 | 314 | 52 | 57 | 0 | 24 | 366 | 60 | 75 |
| Binary | 1110110 | 1101101 | 11001100 | 101010 | 101111 | 0 | 10100 | 11110110 | 110000 | 111101 |
Color Harmonies of #766DCC
Complementary color
Monochromatic Colors of #766DCC
Black with #766DCC
Text Example
Text Example
White with #766DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DCC; }
p { color: rgb(118,109,204); }
H1.HeaderClassName
{
color: #766DCC;
}
.AnyTagClassName
{
color: #766DCC;
}
</style>
background-color css
<style>
a { background-color: #766DCC; }
a { background-color: rgb(118,109,204); }
div.DivClassName
{
background-color: #766DCC;
}
.BgClassName
{
background-color: #766DCC;
}
</style>
border-color css
<style>
span { border-color: #766DCC; }
span { border-color: rgb(118,109,204); }
td.TdClassName
{
border-color: #766DCC;
}
.TagClassName
{
border-color: #766DCC;
}
</style>