Shades of Moody Blue #8680D8
Tints of Moody Blue #8680D8
RGB
CMYK
RGB Variations
Color information
#8680D8 (or 0x8680D8) is known color: Moody Blue. HEX triplet: 86, 80 and D8. RGB value is (134,128,216). Sum of RGB (Red+Green+Blue) = 134+128+216=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #8680D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8680D8 is #797F27. Grayscale: #8B8B8B. Windows color (decimal): -7962408 or 14188678. OLE color: 14188678.
HSL color Cylindrical-coordinate representation of color #8680D8: hue angle of 244.09º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8680D8 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 128 | 216 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.15 |
| HSL | 244.09º | 0.53% | 0.67% | - |
| HSV(B) | 244.09º | 0.41% | 0.85% | - |
| XYZ | 29.95 | 25.46 | 68.3 | - |
| YUV | 139.83 | 170.99 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 216 | 0.38 | 0.41 | 0 | 0.15 | 244.09 | 0.53 | 0.67 |
| Hex | 86 | 80 | D8 | 26 | 29 | 0 | F | F4 | 35 | 43 |
| Octal | 206 | 200 | 330 | 46 | 51 | 0 | 17 | 364 | 65 | 103 |
| Binary | 10000110 | 10000000 | 11011000 | 100110 | 101001 | 0 | 1111 | 11110100 | 110101 | 1000011 |
Color Harmonies of #8680D8
Complementary color
Monochromatic Colors of #8680D8
Black with #8680D8
Text Example
Text Example
White with #8680D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8680D8; }
p { color: rgb(134,128,216); }
H1.HeaderClassName
{
color: #8680D8;
}
.AnyTagClassName
{
color: #8680D8;
}
</style>
background-color css
<style>
a { background-color: #8680D8; }
a { background-color: rgb(134,128,216); }
div.DivClassName
{
background-color: #8680D8;
}
.BgClassName
{
background-color: #8680D8;
}
</style>
border-color css
<style>
span { border-color: #8680D8; }
span { border-color: rgb(134,128,216); }
td.TdClassName
{
border-color: #8680D8;
}
.TagClassName
{
border-color: #8680D8;
}
</style>