Shades of Moody Blue #756ED3
Tints of Moody Blue #756ED3
RGB
CMYK
RGB Variations
Color information
#756ED3 (or 0x756ED3) is known color: Moody Blue. HEX triplet: 75, 6E and D3. RGB value is (117,110,211). Sum of RGB (Red+Green+Blue) = 117+110+211=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 211 - color contains mainly: blue. Hex color #756ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ED3 is #8A912C. Grayscale: #7B7B7B. Windows color (decimal): -9081133 or 13856373. OLE color: 13856373.
HSL color Cylindrical-coordinate representation of color #756ED3: hue angle of 244.16º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #756ED3 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 110 | 211 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.17 |
| HSL | 244.16º | 0.53% | 0.63% | - |
| HSV(B) | 244.16º | 0.48% | 0.83% | - |
| XYZ | 24.67 | 19.64 | 64.12 | - |
| YUV | 123.61 | 177.32 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 211 | 0.45 | 0.48 | 0 | 0.17 | 244.16 | 0.53 | 0.63 |
| Hex | 75 | 6E | D3 | 2D | 30 | 0 | 11 | F4 | 35 | 3F |
| Octal | 165 | 156 | 323 | 55 | 60 | 0 | 21 | 364 | 65 | 77 |
| Binary | 1110101 | 1101110 | 11010011 | 101101 | 110000 | 0 | 10001 | 11110100 | 110101 | 111111 |
Color Harmonies of #756ED3
Complementary color
Monochromatic Colors of #756ED3
Black with #756ED3
Text Example
Text Example
White with #756ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756ED3; }
p { color: rgb(117,110,211); }
H1.HeaderClassName
{
color: #756ED3;
}
.AnyTagClassName
{
color: #756ED3;
}
</style>
background-color css
<style>
a { background-color: #756ED3; }
a { background-color: rgb(117,110,211); }
div.DivClassName
{
background-color: #756ED3;
}
.BgClassName
{
background-color: #756ED3;
}
</style>
border-color css
<style>
span { border-color: #756ED3; }
span { border-color: rgb(117,110,211); }
td.TdClassName
{
border-color: #756ED3;
}
.TagClassName
{
border-color: #756ED3;
}
</style>