Shades of Moody Blue #756DC9
Tints of Moody Blue #756DC9
RGB
CMYK
RGB Variations
Color information
#756DC9 (or 0x756DC9) is known color: Moody Blue. HEX triplet: 75, 6D and C9. RGB value is (117,109,201). Sum of RGB (Red+Green+Blue) = 117+109+201=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #756DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DC9 is #8A9236. Grayscale: #797979. Windows color (decimal): -9081399 or 13200757. OLE color: 13200757.
HSL color Cylindrical-coordinate representation of color #756DC9: hue angle of 245.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756DC9 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 109 | 201 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.21 |
| HSL | 245.22º | 0.46% | 0.61% | - |
| HSV(B) | 245.22º | 0.46% | 0.79% | - |
| XYZ | 23.35 | 18.94 | 57.68 | - |
| YUV | 121.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 201 | 0.42 | 0.46 | 0 | 0.21 | 245.22 | 0.46 | 0.61 |
| Hex | 75 | 6D | C9 | 2A | 2E | 0 | 15 | F5 | 2E | 3D |
| Octal | 165 | 155 | 311 | 52 | 56 | 0 | 25 | 365 | 56 | 75 |
| Binary | 1110101 | 1101101 | 11001001 | 101010 | 101110 | 0 | 10101 | 11110101 | 101110 | 111101 |
Color Harmonies of #756DC9
Complementary color
Monochromatic Colors of #756DC9
Black with #756DC9
Text Example
Text Example
White with #756DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DC9; }
p { color: rgb(117,109,201); }
H1.HeaderClassName
{
color: #756DC9;
}
.AnyTagClassName
{
color: #756DC9;
}
</style>
background-color css
<style>
a { background-color: #756DC9; }
a { background-color: rgb(117,109,201); }
div.DivClassName
{
background-color: #756DC9;
}
.BgClassName
{
background-color: #756DC9;
}
</style>
border-color css
<style>
span { border-color: #756DC9; }
span { border-color: rgb(117,109,201); }
td.TdClassName
{
border-color: #756DC9;
}
.TagClassName
{
border-color: #756DC9;
}
</style>