Shades of Moody Blue #8682DC
Tints of Moody Blue #8682DC
RGB
CMYK
RGB Variations
Color information
#8682DC (or 0x8682DC) is known color: Moody Blue. HEX triplet: 86, 82 and DC. RGB value is (134,130,220). Sum of RGB (Red+Green+Blue) = 134+130+220=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #8682DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8682DC is #797D23. Grayscale: #8D8D8D. Windows color (decimal): -7961892 or 14451334. OLE color: 14451334.
HSL color Cylindrical-coordinate representation of color #8682DC: hue angle of 242.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8682DC is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 130 | 220 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.14 |
| HSL | 242.67º | 0.56% | 0.69% | - |
| HSV(B) | 242.67º | 0.41% | 0.86% | - |
| XYZ | 30.73 | 26.2 | 71.15 | - |
| YUV | 141.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 220 | 0.39 | 0.41 | 0 | 0.14 | 242.67 | 0.56 | 0.69 |
| Hex | 86 | 82 | DC | 27 | 29 | 0 | E | F3 | 38 | 45 |
| Octal | 206 | 202 | 334 | 47 | 51 | 0 | 16 | 363 | 70 | 105 |
| Binary | 10000110 | 10000010 | 11011100 | 100111 | 101001 | 0 | 1110 | 11110011 | 111000 | 1000101 |
Color Harmonies of #8682DC
Complementary color
Monochromatic Colors of #8682DC
Black with #8682DC
Text Example
Text Example
White with #8682DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8682DC; }
p { color: rgb(134,130,220); }
H1.HeaderClassName
{
color: #8682DC;
}
.AnyTagClassName
{
color: #8682DC;
}
</style>
background-color css
<style>
a { background-color: #8682DC; }
a { background-color: rgb(134,130,220); }
div.DivClassName
{
background-color: #8682DC;
}
.BgClassName
{
background-color: #8682DC;
}
</style>
border-color css
<style>
span { border-color: #8682DC; }
span { border-color: rgb(134,130,220); }
td.TdClassName
{
border-color: #8682DC;
}
.TagClassName
{
border-color: #8682DC;
}
</style>