Shades of Moody Blue #8685D0
Tints of Moody Blue #8685D0
RGB
CMYK
RGB Variations
Color information
#8685D0 (or 0x8685D0) is known color: Moody Blue. HEX triplet: 86, 85 and D0. RGB value is (134,133,208). Sum of RGB (Red+Green+Blue) = 134+133+208=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #8685D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8685D0 is #797A2F. Grayscale: #8D8D8D. Windows color (decimal): -7961136 or 13665670. OLE color: 13665670.
HSL color Cylindrical-coordinate representation of color #8685D0: hue angle of 240.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8685D0 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 133 | 208 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.18 |
| HSL | 240.8º | 0.44% | 0.67% | - |
| HSV(B) | 240.8º | 0.36% | 0.82% | - |
| XYZ | 29.6 | 26.4 | 63.21 | - |
| YUV | 141.85 | 165.33 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 208 | 0.36 | 0.36 | 0 | 0.18 | 240.8 | 0.44 | 0.67 |
| Hex | 86 | 85 | D0 | 24 | 24 | 0 | 12 | F1 | 2C | 43 |
| Octal | 206 | 205 | 320 | 44 | 44 | 0 | 22 | 361 | 54 | 103 |
| Binary | 10000110 | 10000101 | 11010000 | 100100 | 100100 | 0 | 10010 | 11110001 | 101100 | 1000011 |
Color Harmonies of #8685D0
Complementary color
Monochromatic Colors of #8685D0
Black with #8685D0
Text Example
Text Example
White with #8685D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8685D0; }
p { color: rgb(134,133,208); }
H1.HeaderClassName
{
color: #8685D0;
}
.AnyTagClassName
{
color: #8685D0;
}
</style>
background-color css
<style>
a { background-color: #8685D0; }
a { background-color: rgb(134,133,208); }
div.DivClassName
{
background-color: #8685D0;
}
.BgClassName
{
background-color: #8685D0;
}
</style>
border-color css
<style>
span { border-color: #8685D0; }
span { border-color: rgb(134,133,208); }
td.TdClassName
{
border-color: #8685D0;
}
.TagClassName
{
border-color: #8685D0;
}
</style>