Shades of Moody Blue #757ECC
Tints of Moody Blue #757ECC
RGB
CMYK
RGB Variations
Color information
#757ECC (or 0x757ECC) is known color: Moody Blue. HEX triplet: 75, 7E and CC. RGB value is (117,126,204). Sum of RGB (Red+Green+Blue) = 117+126+204=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #757ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ECC is #8A8133. Grayscale: #838383. Windows color (decimal): -9077044 or 13401717. OLE color: 13401717.
HSL color Cylindrical-coordinate representation of color #757ECC: hue angle of 233.79º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757ECC is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 126 | 204 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.2 |
| HSL | 233.79º | 0.46% | 0.63% | - |
| HSV(B) | 233.79º | 0.43% | 0.8% | - |
| XYZ | 25.7 | 23.06 | 60.22 | - |
| YUV | 132.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 204 | 0.43 | 0.38 | 0 | 0.2 | 233.79 | 0.46 | 0.63 |
| Hex | 75 | 7E | CC | 2B | 26 | 0 | 14 | EA | 2E | 3F |
| Octal | 165 | 176 | 314 | 53 | 46 | 0 | 24 | 352 | 56 | 77 |
| Binary | 1110101 | 1111110 | 11001100 | 101011 | 100110 | 0 | 10100 | 11101010 | 101110 | 111111 |
Color Harmonies of #757ECC
Complementary color
Monochromatic Colors of #757ECC
Black with #757ECC
Text Example
Text Example
White with #757ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757ECC; }
p { color: rgb(117,126,204); }
H1.HeaderClassName
{
color: #757ECC;
}
.AnyTagClassName
{
color: #757ECC;
}
</style>
background-color css
<style>
a { background-color: #757ECC; }
a { background-color: rgb(117,126,204); }
div.DivClassName
{
background-color: #757ECC;
}
.BgClassName
{
background-color: #757ECC;
}
</style>
border-color css
<style>
span { border-color: #757ECC; }
span { border-color: rgb(117,126,204); }
td.TdClassName
{
border-color: #757ECC;
}
.TagClassName
{
border-color: #757ECC;
}
</style>