Shades of Moody Blue #766CD3
Tints of Moody Blue #766CD3
RGB
CMYK
RGB Variations
Color information
#766CD3 (or 0x766CD3) is known color: Moody Blue. HEX triplet: 76, 6C and D3. RGB value is (118,108,211). Sum of RGB (Red+Green+Blue) = 118+108+211=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #766CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CD3 is #89932C. Grayscale: #7A7A7A. Windows color (decimal): -9016109 or 13855862. OLE color: 13855862.
HSL color Cylindrical-coordinate representation of color #766CD3: hue angle of 245.83º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #766CD3 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 108 | 211 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.17 |
| HSL | 245.83º | 0.54% | 0.63% | - |
| HSV(B) | 245.83º | 0.49% | 0.83% | - |
| XYZ | 24.59 | 19.28 | 64.05 | - |
| YUV | 122.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 211 | 0.44 | 0.49 | 0 | 0.17 | 245.83 | 0.54 | 0.63 |
| Hex | 76 | 6C | D3 | 2C | 31 | 0 | 11 | F6 | 36 | 3F |
| Octal | 166 | 154 | 323 | 54 | 61 | 0 | 21 | 366 | 66 | 77 |
| Binary | 1110110 | 1101100 | 11010011 | 101100 | 110001 | 0 | 10001 | 11110110 | 110110 | 111111 |
Color Harmonies of #766CD3
Complementary color
Monochromatic Colors of #766CD3
Black with #766CD3
Text Example
Text Example
White with #766CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CD3; }
p { color: rgb(118,108,211); }
H1.HeaderClassName
{
color: #766CD3;
}
.AnyTagClassName
{
color: #766CD3;
}
</style>
background-color css
<style>
a { background-color: #766CD3; }
a { background-color: rgb(118,108,211); }
div.DivClassName
{
background-color: #766CD3;
}
.BgClassName
{
background-color: #766CD3;
}
</style>
border-color css
<style>
span { border-color: #766CD3; }
span { border-color: rgb(118,108,211); }
td.TdClassName
{
border-color: #766CD3;
}
.TagClassName
{
border-color: #766CD3;
}
</style>