Shades of Moody Blue #766DCE
Tints of Moody Blue #766DCE
RGB
CMYK
RGB Variations
Color information
#766DCE (or 0x766DCE) is known color: Moody Blue. HEX triplet: 76, 6D and CE. RGB value is (118,109,206). Sum of RGB (Red+Green+Blue) = 118+109+206=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #766DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DCE is #899231. Grayscale: #7A7A7A. Windows color (decimal): -9015858 or 13528438. OLE color: 13528438.
HSL color Cylindrical-coordinate representation of color #766DCE: hue angle of 245.57º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766DCE is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 109 | 206 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.19 |
| HSL | 245.57º | 0.5% | 0.62% | - |
| HSV(B) | 245.57º | 0.47% | 0.81% | - |
| XYZ | 24.08 | 19.25 | 60.84 | - |
| YUV | 122.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 206 | 0.43 | 0.47 | 0 | 0.19 | 245.57 | 0.5 | 0.62 |
| Hex | 76 | 6D | CE | 2B | 2F | 0 | 13 | F6 | 32 | 3E |
| Octal | 166 | 155 | 316 | 53 | 57 | 0 | 23 | 366 | 62 | 76 |
| Binary | 1110110 | 1101101 | 11001110 | 101011 | 101111 | 0 | 10011 | 11110110 | 110010 | 111110 |
Color Harmonies of #766DCE
Complementary color
Monochromatic Colors of #766DCE
Black with #766DCE
Text Example
Text Example
White with #766DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DCE; }
p { color: rgb(118,109,206); }
H1.HeaderClassName
{
color: #766DCE;
}
.AnyTagClassName
{
color: #766DCE;
}
</style>
background-color css
<style>
a { background-color: #766DCE; }
a { background-color: rgb(118,109,206); }
div.DivClassName
{
background-color: #766DCE;
}
.BgClassName
{
background-color: #766DCE;
}
</style>
border-color css
<style>
span { border-color: #766DCE; }
span { border-color: rgb(118,109,206); }
td.TdClassName
{
border-color: #766DCE;
}
.TagClassName
{
border-color: #766DCE;
}
</style>