Shades of Moody Blue #8682DE
Tints of Moody Blue #8682DE
RGB
CMYK
RGB Variations
Color information
#8682DE (or 0x8682DE) is known color: Moody Blue. HEX triplet: 86, 82 and DE. RGB value is (134,130,222). Sum of RGB (Red+Green+Blue) = 134+130+222=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #8682DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8682DE is #797D21. Grayscale: #8D8D8D. Windows color (decimal): -7961890 or 14582406. OLE color: 14582406.
HSL color Cylindrical-coordinate representation of color #8682DE: hue angle of 242.61º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8682DE is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 130 | 222 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.13 |
| HSL | 242.61º | 0.58% | 0.69% | - |
| HSV(B) | 242.61º | 0.41% | 0.87% | - |
| XYZ | 31 | 26.31 | 72.55 | - |
| YUV | 141.68 | 173.33 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 222 | 0.40 | 0.41 | 0 | 0.13 | 242.61 | 0.58 | 0.69 |
| Hex | 86 | 82 | DE | 28 | 29 | 0 | D | F3 | 3A | 45 |
| Octal | 206 | 202 | 336 | 50 | 51 | 0 | 15 | 363 | 72 | 105 |
| Binary | 10000110 | 10000010 | 11011110 | 101000 | 101001 | 0 | 1101 | 11110011 | 111010 | 1000101 |
Color Harmonies of #8682DE
Complementary color
Monochromatic Colors of #8682DE
Black with #8682DE
Text Example
Text Example
White with #8682DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8682DE; }
p { color: rgb(134,130,222); }
H1.HeaderClassName
{
color: #8682DE;
}
.AnyTagClassName
{
color: #8682DE;
}
</style>
background-color css
<style>
a { background-color: #8682DE; }
a { background-color: rgb(134,130,222); }
div.DivClassName
{
background-color: #8682DE;
}
.BgClassName
{
background-color: #8682DE;
}
</style>
border-color css
<style>
span { border-color: #8682DE; }
span { border-color: rgb(134,130,222); }
td.TdClassName
{
border-color: #8682DE;
}
.TagClassName
{
border-color: #8682DE;
}
</style>