Shades of Moody Blue #766ECD
Tints of Moody Blue #766ECD
RGB
CMYK
RGB Variations
Color information
#766ECD (or 0x766ECD) is known color: Moody Blue. HEX triplet: 76, 6E and CD. RGB value is (118,110,205). Sum of RGB (Red+Green+Blue) = 118+110+205=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #766ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ECD is #899132. Grayscale: #7A7A7A. Windows color (decimal): -9015603 or 13463158. OLE color: 13463158.
HSL color Cylindrical-coordinate representation of color #766ECD: hue angle of 245.05º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #766ECD is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 110 | 205 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.20 |
| HSL | 245.05º | 0.49% | 0.62% | - |
| HSV(B) | 245.05º | 0.46% | 0.8% | - |
| XYZ | 24.07 | 19.41 | 60.24 | - |
| YUV | 123.22 | 174.15 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 205 | 0.42 | 0.46 | 0 | 0.20 | 245.05 | 0.49 | 0.62 |
| Hex | 76 | 6E | CD | 2A | 2E | 0 | 14 | F5 | 31 | 3E |
| Octal | 166 | 156 | 315 | 52 | 56 | 0 | 24 | 365 | 61 | 76 |
| Binary | 1110110 | 1101110 | 11001101 | 101010 | 101110 | 0 | 10100 | 11110101 | 110001 | 111110 |
Color Harmonies of #766ECD
Complementary color
Monochromatic Colors of #766ECD
Black with #766ECD
Text Example
Text Example
White with #766ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766ECD; }
p { color: rgb(118,110,205); }
H1.HeaderClassName
{
color: #766ECD;
}
.AnyTagClassName
{
color: #766ECD;
}
</style>
background-color css
<style>
a { background-color: #766ECD; }
a { background-color: rgb(118,110,205); }
div.DivClassName
{
background-color: #766ECD;
}
.BgClassName
{
background-color: #766ECD;
}
</style>
border-color css
<style>
span { border-color: #766ECD; }
span { border-color: rgb(118,110,205); }
td.TdClassName
{
border-color: #766ECD;
}
.TagClassName
{
border-color: #766ECD;
}
</style>