Shades of Moody Blue #757FDD
Tints of Moody Blue #757FDD
RGB
CMYK
RGB Variations
Color information
#757FDD (or 0x757FDD) is known color: Moody Blue. HEX triplet: 75, 7F and DD. RGB value is (117,127,221). Sum of RGB (Red+Green+Blue) = 117+127+221=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #757FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FDD is #8A8022. Grayscale: #868686. Windows color (decimal): -9076771 or 14516085. OLE color: 14516085.
HSL color Cylindrical-coordinate representation of color #757FDD: hue angle of 234.23º 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 #757FDD is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 127 | 221 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.13 |
| HSL | 234.23º | 0.6% | 0.66% | - |
| HSV(B) | 234.23º | 0.47% | 0.87% | - |
| XYZ | 27.98 | 24.18 | 71.6 | - |
| YUV | 134.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 221 | 0.47 | 0.43 | 0 | 0.13 | 234.23 | 0.6 | 0.66 |
| Hex | 75 | 7F | DD | 2F | 2B | 0 | D | EA | 3C | 42 |
| Octal | 165 | 177 | 335 | 57 | 53 | 0 | 15 | 352 | 74 | 102 |
| Binary | 1110101 | 1111111 | 11011101 | 101111 | 101011 | 0 | 1101 | 11101010 | 111100 | 1000010 |
Color Harmonies of #757FDD
Complementary color
Monochromatic Colors of #757FDD
Black with #757FDD
Text Example
Text Example
White with #757FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757FDD; }
p { color: rgb(117,127,221); }
H1.HeaderClassName
{
color: #757FDD;
}
.AnyTagClassName
{
color: #757FDD;
}
</style>
background-color css
<style>
a { background-color: #757FDD; }
a { background-color: rgb(117,127,221); }
div.DivClassName
{
background-color: #757FDD;
}
.BgClassName
{
background-color: #757FDD;
}
</style>
border-color css
<style>
span { border-color: #757FDD; }
span { border-color: rgb(117,127,221); }
td.TdClassName
{
border-color: #757FDD;
}
.TagClassName
{
border-color: #757FDD;
}
</style>