Shades of Moody Blue #756ECC
Tints of Moody Blue #756ECC
RGB
CMYK
RGB Variations
Color information
#756ECC (or 0x756ECC) is known color: Moody Blue. HEX triplet: 75, 6E and CC. RGB value is (117,110,204). Sum of RGB (Red+Green+Blue) = 117+110+204=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #756ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ECC is #8A9133. Grayscale: #7A7A7A. Windows color (decimal): -9081140 or 13397621. OLE color: 13397621.
HSL color Cylindrical-coordinate representation of color #756ECC: hue angle of 244.47º degrees, saturation: 0.48, 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 #756ECC is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 110 | 204 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.2 |
| HSL | 244.47º | 0.48% | 0.62% | - |
| HSV(B) | 244.47º | 0.46% | 0.8% | - |
| XYZ | 23.81 | 19.29 | 59.6 | - |
| YUV | 122.81 | 173.82 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 204 | 0.43 | 0.46 | 0 | 0.2 | 244.47 | 0.48 | 0.62 |
| Hex | 75 | 6E | CC | 2B | 2E | 0 | 14 | F4 | 30 | 3E |
| Octal | 165 | 156 | 314 | 53 | 56 | 0 | 24 | 364 | 60 | 76 |
| Binary | 1110101 | 1101110 | 11001100 | 101011 | 101110 | 0 | 10100 | 11110100 | 110000 | 111110 |
Color Harmonies of #756ECC
Complementary color
Monochromatic Colors of #756ECC
Black with #756ECC
Text Example
Text Example
White with #756ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756ECC; }
p { color: rgb(117,110,204); }
H1.HeaderClassName
{
color: #756ECC;
}
.AnyTagClassName
{
color: #756ECC;
}
</style>
background-color css
<style>
a { background-color: #756ECC; }
a { background-color: rgb(117,110,204); }
div.DivClassName
{
background-color: #756ECC;
}
.BgClassName
{
background-color: #756ECC;
}
</style>
border-color css
<style>
span { border-color: #756ECC; }
span { border-color: rgb(117,110,204); }
td.TdClassName
{
border-color: #756ECC;
}
.TagClassName
{
border-color: #756ECC;
}
</style>