Shades of Moody Blue #757FDC
Tints of Moody Blue #757FDC
RGB
CMYK
RGB Variations
Color information
#757FDC (or 0x757FDC) is known color: Moody Blue. HEX triplet: 75, 7F and DC. RGB value is (117,127,220). Sum of RGB (Red+Green+Blue) = 117+127+220=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #757FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FDC is #8A8023. Grayscale: #868686. Windows color (decimal): -9076772 or 14450549. OLE color: 14450549.
HSL color Cylindrical-coordinate representation of color #757FDC: hue angle of 234.17º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #757FDC is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 127 | 220 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.14 |
| HSL | 234.17º | 0.6% | 0.66% | - |
| HSV(B) | 234.17º | 0.47% | 0.86% | - |
| XYZ | 27.84 | 24.13 | 70.9 | - |
| YUV | 134.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 220 | 0.47 | 0.42 | 0 | 0.14 | 234.17 | 0.6 | 0.66 |
| Hex | 75 | 7F | DC | 2F | 2A | 0 | E | EA | 3C | 42 |
| Octal | 165 | 177 | 334 | 57 | 52 | 0 | 16 | 352 | 74 | 102 |
| Binary | 1110101 | 1111111 | 11011100 | 101111 | 101010 | 0 | 1110 | 11101010 | 111100 | 1000010 |
Color Harmonies of #757FDC
Complementary color
Monochromatic Colors of #757FDC
Black with #757FDC
Text Example
Text Example
White with #757FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757FDC; }
p { color: rgb(117,127,220); }
H1.HeaderClassName
{
color: #757FDC;
}
.AnyTagClassName
{
color: #757FDC;
}
</style>
background-color css
<style>
a { background-color: #757FDC; }
a { background-color: rgb(117,127,220); }
div.DivClassName
{
background-color: #757FDC;
}
.BgClassName
{
background-color: #757FDC;
}
</style>
border-color css
<style>
span { border-color: #757FDC; }
span { border-color: rgb(117,127,220); }
td.TdClassName
{
border-color: #757FDC;
}
.TagClassName
{
border-color: #757FDC;
}
</style>