Shades of Moody Blue #757ECF
Tints of Moody Blue #757ECF
RGB
CMYK
RGB Variations
Color information
#757ECF (or 0x757ECF) is known color: Moody Blue. HEX triplet: 75, 7E and CF. RGB value is (117,126,207). Sum of RGB (Red+Green+Blue) = 117+126+207=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #757ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ECF is #8A8130. Grayscale: #848484. Windows color (decimal): -9077041 or 13598325. OLE color: 13598325.
HSL color Cylindrical-coordinate representation of color #757ECF: hue angle of 234º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757ECF is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 126 | 207 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.19 |
| HSL | 234º | 0.48% | 0.64% | - |
| HSV(B) | 234º | 0.43% | 0.81% | - |
| XYZ | 26.06 | 23.21 | 62.14 | - |
| YUV | 132.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 207 | 0.43 | 0.39 | 0 | 0.19 | 234 | 0.48 | 0.64 |
| Hex | 75 | 7E | CF | 2B | 27 | 0 | 13 | EA | 30 | 40 |
| Octal | 165 | 176 | 317 | 53 | 47 | 0 | 23 | 352 | 60 | 100 |
| Binary | 1110101 | 1111110 | 11001111 | 101011 | 100111 | 0 | 10011 | 11101010 | 110000 | 1000000 |
Color Harmonies of #757ECF
Complementary color
Monochromatic Colors of #757ECF
Black with #757ECF
Text Example
Text Example
White with #757ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757ECF; }
p { color: rgb(117,126,207); }
H1.HeaderClassName
{
color: #757ECF;
}
.AnyTagClassName
{
color: #757ECF;
}
</style>
background-color css
<style>
a { background-color: #757ECF; }
a { background-color: rgb(117,126,207); }
div.DivClassName
{
background-color: #757ECF;
}
.BgClassName
{
background-color: #757ECF;
}
</style>
border-color css
<style>
span { border-color: #757ECF; }
span { border-color: rgb(117,126,207); }
td.TdClassName
{
border-color: #757ECF;
}
.TagClassName
{
border-color: #757ECF;
}
</style>