Shades of Moody Blue #757ECE
Tints of Moody Blue #757ECE
RGB
CMYK
RGB Variations
Color information
#757ECE (or 0x757ECE) is known color: Moody Blue. HEX triplet: 75, 7E and CE. RGB value is (117,126,206). Sum of RGB (Red+Green+Blue) = 117+126+206=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #757ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ECE is #8A8131. Grayscale: #848484. Windows color (decimal): -9077042 or 13532789. OLE color: 13532789.
HSL color Cylindrical-coordinate representation of color #757ECE: hue angle of 233.93º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757ECE is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 126 | 206 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.19 |
| HSL | 233.93º | 0.48% | 0.63% | - |
| HSV(B) | 233.93º | 0.43% | 0.81% | - |
| XYZ | 25.94 | 23.16 | 61.5 | - |
| YUV | 132.43 | 169.52 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 206 | 0.43 | 0.39 | 0 | 0.19 | 233.93 | 0.48 | 0.63 |
| Hex | 75 | 7E | CE | 2B | 27 | 0 | 13 | EA | 30 | 3F |
| Octal | 165 | 176 | 316 | 53 | 47 | 0 | 23 | 352 | 60 | 77 |
| Binary | 1110101 | 1111110 | 11001110 | 101011 | 100111 | 0 | 10011 | 11101010 | 110000 | 111111 |
Color Harmonies of #757ECE
Complementary color
Monochromatic Colors of #757ECE
Black with #757ECE
Text Example
Text Example
White with #757ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757ECE; }
p { color: rgb(117,126,206); }
H1.HeaderClassName
{
color: #757ECE;
}
.AnyTagClassName
{
color: #757ECE;
}
</style>
background-color css
<style>
a { background-color: #757ECE; }
a { background-color: rgb(117,126,206); }
div.DivClassName
{
background-color: #757ECE;
}
.BgClassName
{
background-color: #757ECE;
}
</style>
border-color css
<style>
span { border-color: #757ECE; }
span { border-color: rgb(117,126,206); }
td.TdClassName
{
border-color: #757ECE;
}
.TagClassName
{
border-color: #757ECE;
}
</style>