Shades of Moody Blue #756ED0
Tints of Moody Blue #756ED0
RGB
CMYK
RGB Variations
Color information
#756ED0 (or 0x756ED0) is known color: Moody Blue. HEX triplet: 75, 6E and D0. RGB value is (117,110,208). Sum of RGB (Red+Green+Blue) = 117+110+208=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #756ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ED0 is #8A912F. Grayscale: #7A7A7A. Windows color (decimal): -9081136 or 13659765. OLE color: 13659765.
HSL color Cylindrical-coordinate representation of color #756ED0: hue angle of 244.29º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #756ED0 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 110 | 208 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.18 |
| HSL | 244.29º | 0.51% | 0.62% | - |
| HSV(B) | 244.29º | 0.47% | 0.82% | - |
| XYZ | 24.3 | 19.49 | 62.16 | - |
| YUV | 123.27 | 175.82 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 208 | 0.44 | 0.47 | 0 | 0.18 | 244.29 | 0.51 | 0.62 |
| Hex | 75 | 6E | D0 | 2C | 2F | 0 | 12 | F4 | 33 | 3E |
| Octal | 165 | 156 | 320 | 54 | 57 | 0 | 22 | 364 | 63 | 76 |
| Binary | 1110101 | 1101110 | 11010000 | 101100 | 101111 | 0 | 10010 | 11110100 | 110011 | 111110 |
Color Harmonies of #756ED0
Complementary color
Monochromatic Colors of #756ED0
Black with #756ED0
Text Example
Text Example
White with #756ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756ED0; }
p { color: rgb(117,110,208); }
H1.HeaderClassName
{
color: #756ED0;
}
.AnyTagClassName
{
color: #756ED0;
}
</style>
background-color css
<style>
a { background-color: #756ED0; }
a { background-color: rgb(117,110,208); }
div.DivClassName
{
background-color: #756ED0;
}
.BgClassName
{
background-color: #756ED0;
}
</style>
border-color css
<style>
span { border-color: #756ED0; }
span { border-color: rgb(117,110,208); }
td.TdClassName
{
border-color: #756ED0;
}
.TagClassName
{
border-color: #756ED0;
}
</style>