Shades of Moody Blue #7D85CF
Tints of Moody Blue #7D85CF
RGB
CMYK
RGB Variations
Color information
#7D85CF (or 0x7D85CF) is known color: Moody Blue. HEX triplet: 7D, 85 and CF. RGB value is (125,133,207). Sum of RGB (Red+Green+Blue) = 125+133+207=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D85CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D85CF is #827A30. Grayscale: #8A8A8A. Windows color (decimal): -8550961 or 13600125. OLE color: 13600125.
HSL color Cylindrical-coordinate representation of color #7D85CF: hue angle of 234.15º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D85CF is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 133 | 207 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.19 |
| HSL | 234.15º | 0.46% | 0.65% | - |
| HSV(B) | 234.15º | 0.4% | 0.81% | - |
| XYZ | 28.11 | 25.64 | 62.5 | - |
| YUV | 139.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 207 | 0.40 | 0.36 | 0 | 0.19 | 234.15 | 0.46 | 0.65 |
| Hex | 7D | 85 | CF | 28 | 24 | 0 | 13 | EA | 2E | 41 |
| Octal | 175 | 205 | 317 | 50 | 44 | 0 | 23 | 352 | 56 | 101 |
| Binary | 1111101 | 10000101 | 11001111 | 101000 | 100100 | 0 | 10011 | 11101010 | 101110 | 1000001 |
Color Harmonies of #7D85CF
Complementary color
Monochromatic Colors of #7D85CF
Black with #7D85CF
Text Example
Text Example
White with #7D85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D85CF; }
p { color: rgb(125,133,207); }
H1.HeaderClassName
{
color: #7D85CF;
}
.AnyTagClassName
{
color: #7D85CF;
}
</style>
background-color css
<style>
a { background-color: #7D85CF; }
a { background-color: rgb(125,133,207); }
div.DivClassName
{
background-color: #7D85CF;
}
.BgClassName
{
background-color: #7D85CF;
}
</style>
border-color css
<style>
span { border-color: #7D85CF; }
span { border-color: rgb(125,133,207); }
td.TdClassName
{
border-color: #7D85CF;
}
.TagClassName
{
border-color: #7D85CF;
}
</style>