Shades of Moody Blue #8681D8
Tints of Moody Blue #8681D8
RGB
CMYK
RGB Variations
Color information
#8681D8 (or 0x8681D8) is known color: Moody Blue. HEX triplet: 86, 81 and D8. RGB value is (134,129,216). Sum of RGB (Red+Green+Blue) = 134+129+216=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #8681D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8681D8 is #797E27. Grayscale: #8C8C8C. Windows color (decimal): -7962152 or 14188934. OLE color: 14188934.
HSL color Cylindrical-coordinate representation of color #8681D8: hue angle of 243.45º degrees, saturation: 0.53, 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 #8681D8 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 129 | 216 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.15 |
| HSL | 243.45º | 0.53% | 0.68% | - |
| HSV(B) | 243.45º | 0.4% | 0.85% | - |
| XYZ | 30.08 | 25.73 | 68.35 | - |
| YUV | 140.41 | 170.66 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 216 | 0.38 | 0.40 | 0 | 0.15 | 243.45 | 0.53 | 0.68 |
| Hex | 86 | 81 | D8 | 26 | 28 | 0 | F | F3 | 35 | 44 |
| Octal | 206 | 201 | 330 | 46 | 50 | 0 | 17 | 363 | 65 | 104 |
| Binary | 10000110 | 10000001 | 11011000 | 100110 | 101000 | 0 | 1111 | 11110011 | 110101 | 1000100 |
Color Harmonies of #8681D8
Complementary color
Monochromatic Colors of #8681D8
Black with #8681D8
Text Example
Text Example
White with #8681D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8681D8; }
p { color: rgb(134,129,216); }
H1.HeaderClassName
{
color: #8681D8;
}
.AnyTagClassName
{
color: #8681D8;
}
</style>
background-color css
<style>
a { background-color: #8681D8; }
a { background-color: rgb(134,129,216); }
div.DivClassName
{
background-color: #8681D8;
}
.BgClassName
{
background-color: #8681D8;
}
</style>
border-color css
<style>
span { border-color: #8681D8; }
span { border-color: rgb(134,129,216); }
td.TdClassName
{
border-color: #8681D8;
}
.TagClassName
{
border-color: #8681D8;
}
</style>