Shades of Moody Blue #757ACF
Tints of Moody Blue #757ACF
RGB
CMYK
RGB Variations
Color information
#757ACF (or 0x757ACF) is known color: Moody Blue. HEX triplet: 75, 7A and CF. RGB value is (117,122,207). Sum of RGB (Red+Green+Blue) = 117+122+207=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #757ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ACF is #8A8530. Grayscale: #818181. Windows color (decimal): -9078065 or 13597301. OLE color: 13597301.
HSL color Cylindrical-coordinate representation of color #757ACF: hue angle of 236.67º 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 #757ACF is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 122 | 207 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.19 |
| HSL | 236.67º | 0.48% | 0.64% | - |
| HSV(B) | 236.67º | 0.43% | 0.81% | - |
| XYZ | 25.56 | 22.21 | 61.97 | - |
| YUV | 130.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 207 | 0.43 | 0.41 | 0 | 0.19 | 236.67 | 0.48 | 0.64 |
| Hex | 75 | 7A | CF | 2B | 29 | 0 | 13 | ED | 30 | 40 |
| Octal | 165 | 172 | 317 | 53 | 51 | 0 | 23 | 355 | 60 | 100 |
| Binary | 1110101 | 1111010 | 11001111 | 101011 | 101001 | 0 | 10011 | 11101101 | 110000 | 1000000 |
Color Harmonies of #757ACF
Complementary color
Monochromatic Colors of #757ACF
Black with #757ACF
Text Example
Text Example
White with #757ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757ACF; }
p { color: rgb(117,122,207); }
H1.HeaderClassName
{
color: #757ACF;
}
.AnyTagClassName
{
color: #757ACF;
}
</style>
background-color css
<style>
a { background-color: #757ACF; }
a { background-color: rgb(117,122,207); }
div.DivClassName
{
background-color: #757ACF;
}
.BgClassName
{
background-color: #757ACF;
}
</style>
border-color css
<style>
span { border-color: #757ACF; }
span { border-color: rgb(117,122,207); }
td.TdClassName
{
border-color: #757ACF;
}
.TagClassName
{
border-color: #757ACF;
}
</style>