Shades of Moody Blue #8681DA
Tints of Moody Blue #8681DA
RGB
CMYK
RGB Variations
Color information
#8681DA (or 0x8681DA) is known color: Moody Blue. HEX triplet: 86, 81 and DA. RGB value is (134,129,218). Sum of RGB (Red+Green+Blue) = 134+129+218=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #8681DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8681DA is #797E25. Grayscale: #8C8C8C. Windows color (decimal): -7962150 or 14320006. OLE color: 14320006.
HSL color Cylindrical-coordinate representation of color #8681DA: hue angle of 243.37º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8681DA is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 129 | 218 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.15 |
| HSL | 243.37º | 0.55% | 0.68% | - |
| HSV(B) | 243.37º | 0.41% | 0.85% | - |
| XYZ | 30.34 | 25.83 | 69.72 | - |
| YUV | 140.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 218 | 0.39 | 0.41 | 0 | 0.15 | 243.37 | 0.55 | 0.68 |
| Hex | 86 | 81 | DA | 27 | 29 | 0 | F | F3 | 37 | 44 |
| Octal | 206 | 201 | 332 | 47 | 51 | 0 | 17 | 363 | 67 | 104 |
| Binary | 10000110 | 10000001 | 11011010 | 100111 | 101001 | 0 | 1111 | 11110011 | 110111 | 1000100 |
Color Harmonies of #8681DA
Complementary color
Monochromatic Colors of #8681DA
Black with #8681DA
Text Example
Text Example
White with #8681DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8681DA; }
p { color: rgb(134,129,218); }
H1.HeaderClassName
{
color: #8681DA;
}
.AnyTagClassName
{
color: #8681DA;
}
</style>
background-color css
<style>
a { background-color: #8681DA; }
a { background-color: rgb(134,129,218); }
div.DivClassName
{
background-color: #8681DA;
}
.BgClassName
{
background-color: #8681DA;
}
</style>
border-color css
<style>
span { border-color: #8681DA; }
span { border-color: rgb(134,129,218); }
td.TdClassName
{
border-color: #8681DA;
}
.TagClassName
{
border-color: #8681DA;
}
</style>