Shades of Moody Blue #8682DA
Tints of Moody Blue #8682DA
RGB
CMYK
RGB Variations
Color information
#8682DA (or 0x8682DA) is known color: Moody Blue. HEX triplet: 86, 82 and DA. RGB value is (134,130,218). Sum of RGB (Red+Green+Blue) = 134+130+218=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #8682DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8682DA is #797D25. Grayscale: #8C8C8C. Windows color (decimal): -7961894 or 14320262. OLE color: 14320262.
HSL color Cylindrical-coordinate representation of color #8682DA: hue angle of 242.73º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8682DA is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 130 | 218 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.15 |
| HSL | 242.73º | 0.54% | 0.68% | - |
| HSV(B) | 242.73º | 0.4% | 0.85% | - |
| XYZ | 30.47 | 26.1 | 69.76 | - |
| YUV | 141.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 218 | 0.39 | 0.40 | 0 | 0.15 | 242.73 | 0.54 | 0.68 |
| Hex | 86 | 82 | DA | 27 | 28 | 0 | F | F3 | 36 | 44 |
| Octal | 206 | 202 | 332 | 47 | 50 | 0 | 17 | 363 | 66 | 104 |
| Binary | 10000110 | 10000010 | 11011010 | 100111 | 101000 | 0 | 1111 | 11110011 | 110110 | 1000100 |
Color Harmonies of #8682DA
Complementary color
Monochromatic Colors of #8682DA
Black with #8682DA
Text Example
Text Example
White with #8682DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8682DA; }
p { color: rgb(134,130,218); }
H1.HeaderClassName
{
color: #8682DA;
}
.AnyTagClassName
{
color: #8682DA;
}
</style>
background-color css
<style>
a { background-color: #8682DA; }
a { background-color: rgb(134,130,218); }
div.DivClassName
{
background-color: #8682DA;
}
.BgClassName
{
background-color: #8682DA;
}
</style>
border-color css
<style>
span { border-color: #8682DA; }
span { border-color: rgb(134,130,218); }
td.TdClassName
{
border-color: #8682DA;
}
.TagClassName
{
border-color: #8682DA;
}
</style>