Shades of Moody Blue #7F85CF
Tints of Moody Blue #7F85CF
RGB
CMYK
RGB Variations
Color information
#7F85CF (or 0x7F85CF) is known color: Moody Blue. HEX triplet: 7F, 85 and CF. RGB value is (127,133,207). Sum of RGB (Red+Green+Blue) = 127+133+207=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F85CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F85CF is #807A30. Grayscale: #8B8B8B. Windows color (decimal): -8419889 or 13600127. OLE color: 13600127.
HSL color Cylindrical-coordinate representation of color #7F85CF: hue angle of 235.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F85CF is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 133 | 207 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.19 |
| HSL | 235.5º | 0.45% | 0.65% | - |
| HSV(B) | 235.5º | 0.39% | 0.81% | - |
| XYZ | 28.4 | 25.79 | 62.51 | - |
| YUV | 139.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 207 | 0.39 | 0.36 | 0 | 0.19 | 235.5 | 0.45 | 0.65 |
| Hex | 7F | 85 | CF | 27 | 24 | 0 | 13 | EC | 2D | 41 |
| Octal | 177 | 205 | 317 | 47 | 44 | 0 | 23 | 354 | 55 | 101 |
| Binary | 1111111 | 10000101 | 11001111 | 100111 | 100100 | 0 | 10011 | 11101100 | 101101 | 1000001 |
Color Harmonies of #7F85CF
Complementary color
Monochromatic Colors of #7F85CF
Black with #7F85CF
Text Example
Text Example
White with #7F85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F85CF; }
p { color: rgb(127,133,207); }
H1.HeaderClassName
{
color: #7F85CF;
}
.AnyTagClassName
{
color: #7F85CF;
}
</style>
background-color css
<style>
a { background-color: #7F85CF; }
a { background-color: rgb(127,133,207); }
div.DivClassName
{
background-color: #7F85CF;
}
.BgClassName
{
background-color: #7F85CF;
}
</style>
border-color css
<style>
span { border-color: #7F85CF; }
span { border-color: rgb(127,133,207); }
td.TdClassName
{
border-color: #7F85CF;
}
.TagClassName
{
border-color: #7F85CF;
}
</style>