Shades of Moody Blue #757ACE
Tints of Moody Blue #757ACE
RGB
CMYK
RGB Variations
Color information
#757ACE (or 0x757ACE) is known color: Moody Blue. HEX triplet: 75, 7A and CE. RGB value is (117,122,206). Sum of RGB (Red+Green+Blue) = 117+122+206=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #757ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ACE is #8A8531. Grayscale: #818181. Windows color (decimal): -9078066 or 13531765. OLE color: 13531765.
HSL color Cylindrical-coordinate representation of color #757ACE: hue angle of 236.63º 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 #757ACE is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 122 | 206 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.19 |
| HSL | 236.63º | 0.48% | 0.63% | - |
| HSV(B) | 236.63º | 0.43% | 0.81% | - |
| XYZ | 25.44 | 22.16 | 61.33 | - |
| YUV | 130.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 206 | 0.43 | 0.41 | 0 | 0.19 | 236.63 | 0.48 | 0.63 |
| Hex | 75 | 7A | CE | 2B | 29 | 0 | 13 | ED | 30 | 3F |
| Octal | 165 | 172 | 316 | 53 | 51 | 0 | 23 | 355 | 60 | 77 |
| Binary | 1110101 | 1111010 | 11001110 | 101011 | 101001 | 0 | 10011 | 11101101 | 110000 | 111111 |
Color Harmonies of #757ACE
Complementary color
Monochromatic Colors of #757ACE
Black with #757ACE
Text Example
Text Example
White with #757ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757ACE; }
p { color: rgb(117,122,206); }
H1.HeaderClassName
{
color: #757ACE;
}
.AnyTagClassName
{
color: #757ACE;
}
</style>
background-color css
<style>
a { background-color: #757ACE; }
a { background-color: rgb(117,122,206); }
div.DivClassName
{
background-color: #757ACE;
}
.BgClassName
{
background-color: #757ACE;
}
</style>
border-color css
<style>
span { border-color: #757ACE; }
span { border-color: rgb(117,122,206); }
td.TdClassName
{
border-color: #757ACE;
}
.TagClassName
{
border-color: #757ACE;
}
</style>