Shades of Moody Blue #757CDD
Tints of Moody Blue #757CDD
RGB
CMYK
RGB Variations
Color information
#757CDD (or 0x757CDD) is known color: Moody Blue. HEX triplet: 75, 7C and DD. RGB value is (117,124,221). Sum of RGB (Red+Green+Blue) = 117+124+221=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #757CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CDD is #8A8322. Grayscale: #848484. Windows color (decimal): -9077539 or 14515317. OLE color: 14515317.
HSL color Cylindrical-coordinate representation of color #757CDD: hue angle of 235.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #757CDD is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 124 | 221 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.13 |
| HSL | 235.96º | 0.6% | 0.66% | - |
| HSV(B) | 235.96º | 0.47% | 0.87% | - |
| XYZ | 27.59 | 23.42 | 71.47 | - |
| YUV | 132.97 | 177.68 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 221 | 0.47 | 0.44 | 0 | 0.13 | 235.96 | 0.6 | 0.66 |
| Hex | 75 | 7C | DD | 2F | 2C | 0 | D | EC | 3C | 42 |
| Octal | 165 | 174 | 335 | 57 | 54 | 0 | 15 | 354 | 74 | 102 |
| Binary | 1110101 | 1111100 | 11011101 | 101111 | 101100 | 0 | 1101 | 11101100 | 111100 | 1000010 |
Color Harmonies of #757CDD
Complementary color
Monochromatic Colors of #757CDD
Black with #757CDD
Text Example
Text Example
White with #757CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757CDD; }
p { color: rgb(117,124,221); }
H1.HeaderClassName
{
color: #757CDD;
}
.AnyTagClassName
{
color: #757CDD;
}
</style>
background-color css
<style>
a { background-color: #757CDD; }
a { background-color: rgb(117,124,221); }
div.DivClassName
{
background-color: #757CDD;
}
.BgClassName
{
background-color: #757CDD;
}
</style>
border-color css
<style>
span { border-color: #757CDD; }
span { border-color: rgb(117,124,221); }
td.TdClassName
{
border-color: #757CDD;
}
.TagClassName
{
border-color: #757CDD;
}
</style>