Shades of Moody Blue #757EDD
Tints of Moody Blue #757EDD
RGB
CMYK
RGB Variations
Color information
#757EDD (or 0x757EDD) is known color: Moody Blue. HEX triplet: 75, 7E and DD. RGB value is (117,126,221). Sum of RGB (Red+Green+Blue) = 117+126+221=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #757EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EDD is #8A8122. Grayscale: #858585. Windows color (decimal): -9077027 or 14515829. OLE color: 14515829.
HSL color Cylindrical-coordinate representation of color #757EDD: hue angle of 234.81º 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 #757EDD is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 126 | 221 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.13 |
| HSL | 234.81º | 0.6% | 0.66% | - |
| HSV(B) | 234.81º | 0.47% | 0.87% | - |
| XYZ | 27.85 | 23.92 | 71.56 | - |
| YUV | 134.14 | 177.02 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 221 | 0.47 | 0.43 | 0 | 0.13 | 234.81 | 0.6 | 0.66 |
| Hex | 75 | 7E | DD | 2F | 2B | 0 | D | EB | 3C | 42 |
| Octal | 165 | 176 | 335 | 57 | 53 | 0 | 15 | 353 | 74 | 102 |
| Binary | 1110101 | 1111110 | 11011101 | 101111 | 101011 | 0 | 1101 | 11101011 | 111100 | 1000010 |
Color Harmonies of #757EDD
Complementary color
Monochromatic Colors of #757EDD
Black with #757EDD
Text Example
Text Example
White with #757EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757EDD; }
p { color: rgb(117,126,221); }
H1.HeaderClassName
{
color: #757EDD;
}
.AnyTagClassName
{
color: #757EDD;
}
</style>
background-color css
<style>
a { background-color: #757EDD; }
a { background-color: rgb(117,126,221); }
div.DivClassName
{
background-color: #757EDD;
}
.BgClassName
{
background-color: #757EDD;
}
</style>
border-color css
<style>
span { border-color: #757EDD; }
span { border-color: rgb(117,126,221); }
td.TdClassName
{
border-color: #757EDD;
}
.TagClassName
{
border-color: #757EDD;
}
</style>