Shades of Moody Blue #8682DF
Tints of Moody Blue #8682DF
RGB
CMYK
RGB Variations
Color information
#8682DF (or 0x8682DF) is known color: Moody Blue. HEX triplet: 86, 82 and DF. RGB value is (134,130,223). Sum of RGB (Red+Green+Blue) = 134+130+223=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #8682DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8682DF is #797D20. Grayscale: #8D8D8D. Windows color (decimal): -7961889 or 14647942. OLE color: 14647942.
HSL color Cylindrical-coordinate representation of color #8682DF: hue angle of 242.58º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8682DF is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 130 | 223 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.13 |
| HSL | 242.58º | 0.59% | 0.69% | - |
| HSV(B) | 242.58º | 0.42% | 0.87% | - |
| XYZ | 31.13 | 26.36 | 73.26 | - |
| YUV | 141.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 223 | 0.40 | 0.42 | 0 | 0.13 | 242.58 | 0.59 | 0.69 |
| Hex | 86 | 82 | DF | 28 | 2A | 0 | D | F3 | 3B | 45 |
| Octal | 206 | 202 | 337 | 50 | 52 | 0 | 15 | 363 | 73 | 105 |
| Binary | 10000110 | 10000010 | 11011111 | 101000 | 101010 | 0 | 1101 | 11110011 | 111011 | 1000101 |
Color Harmonies of #8682DF
Complementary color
Monochromatic Colors of #8682DF
Black with #8682DF
Text Example
Text Example
White with #8682DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8682DF; }
p { color: rgb(134,130,223); }
H1.HeaderClassName
{
color: #8682DF;
}
.AnyTagClassName
{
color: #8682DF;
}
</style>
background-color css
<style>
a { background-color: #8682DF; }
a { background-color: rgb(134,130,223); }
div.DivClassName
{
background-color: #8682DF;
}
.BgClassName
{
background-color: #8682DF;
}
</style>
border-color css
<style>
span { border-color: #8682DF; }
span { border-color: rgb(134,130,223); }
td.TdClassName
{
border-color: #8682DF;
}
.TagClassName
{
border-color: #8682DF;
}
</style>