Shades of Moody Blue #756ECD
Tints of Moody Blue #756ECD
RGB
CMYK
RGB Variations
Color information
#756ECD (or 0x756ECD) is known color: Moody Blue. HEX triplet: 75, 6E and CD. RGB value is (117,110,205). Sum of RGB (Red+Green+Blue) = 117+110+205=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #756ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ECD is #8A9132. Grayscale: #7A7A7A. Windows color (decimal): -9081139 or 13463157. OLE color: 13463157.
HSL color Cylindrical-coordinate representation of color #756ECD: hue angle of 244.42º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756ECD is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 110 | 205 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.20 |
| HSL | 244.42º | 0.49% | 0.62% | - |
| HSV(B) | 244.42º | 0.46% | 0.8% | - |
| XYZ | 23.93 | 19.34 | 60.23 | - |
| YUV | 122.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 205 | 0.43 | 0.46 | 0 | 0.20 | 244.42 | 0.49 | 0.62 |
| Hex | 75 | 6E | CD | 2B | 2E | 0 | 14 | F4 | 31 | 3E |
| Octal | 165 | 156 | 315 | 53 | 56 | 0 | 24 | 364 | 61 | 76 |
| Binary | 1110101 | 1101110 | 11001101 | 101011 | 101110 | 0 | 10100 | 11110100 | 110001 | 111110 |
Color Harmonies of #756ECD
Complementary color
Monochromatic Colors of #756ECD
Black with #756ECD
Text Example
Text Example
White with #756ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756ECD; }
p { color: rgb(117,110,205); }
H1.HeaderClassName
{
color: #756ECD;
}
.AnyTagClassName
{
color: #756ECD;
}
</style>
background-color css
<style>
a { background-color: #756ECD; }
a { background-color: rgb(117,110,205); }
div.DivClassName
{
background-color: #756ECD;
}
.BgClassName
{
background-color: #756ECD;
}
</style>
border-color css
<style>
span { border-color: #756ECD; }
span { border-color: rgb(117,110,205); }
td.TdClassName
{
border-color: #756ECD;
}
.TagClassName
{
border-color: #756ECD;
}
</style>