Shades of Moody Blue #756DD2
Tints of Moody Blue #756DD2
RGB
CMYK
RGB Variations
Color information
#756DD2 (or 0x756DD2) is known color: Moody Blue. HEX triplet: 75, 6D and D2. RGB value is (117,109,210). Sum of RGB (Red+Green+Blue) = 117+109+210=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 210 - color contains mainly: blue. Hex color #756DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DD2 is #8A922D. Grayscale: #7A7A7A. Windows color (decimal): -9081390 or 13790581. OLE color: 13790581.
HSL color Cylindrical-coordinate representation of color #756DD2: hue angle of 244.75º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #756DD2 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 109 | 210 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.18 |
| HSL | 244.75º | 0.53% | 0.63% | - |
| HSV(B) | 244.75º | 0.48% | 0.82% | - |
| XYZ | 24.44 | 19.37 | 63.42 | - |
| YUV | 122.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 210 | 0.44 | 0.48 | 0 | 0.18 | 244.75 | 0.53 | 0.63 |
| Hex | 75 | 6D | D2 | 2C | 30 | 0 | 12 | F5 | 35 | 3F |
| Octal | 165 | 155 | 322 | 54 | 60 | 0 | 22 | 365 | 65 | 77 |
| Binary | 1110101 | 1101101 | 11010010 | 101100 | 110000 | 0 | 10010 | 11110101 | 110101 | 111111 |
Color Harmonies of #756DD2
Complementary color
Monochromatic Colors of #756DD2
Black with #756DD2
Text Example
Text Example
White with #756DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DD2; }
p { color: rgb(117,109,210); }
H1.HeaderClassName
{
color: #756DD2;
}
.AnyTagClassName
{
color: #756DD2;
}
</style>
background-color css
<style>
a { background-color: #756DD2; }
a { background-color: rgb(117,109,210); }
div.DivClassName
{
background-color: #756DD2;
}
.BgClassName
{
background-color: #756DD2;
}
</style>
border-color css
<style>
span { border-color: #756DD2; }
span { border-color: rgb(117,109,210); }
td.TdClassName
{
border-color: #756DD2;
}
.TagClassName
{
border-color: #756DD2;
}
</style>