Shades of Moody Blue #8681BA
Tints of Moody Blue #8681BA
RGB
CMYK
RGB Variations
Color information
#8681BA (or 0x8681BA) is known color: Moody Blue. HEX triplet: 86, 81 and BA. RGB value is (134,129,186). Sum of RGB (Red+Green+Blue) = 134+129+186=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #8681BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8681BA is #797E45. Grayscale: #888888. Windows color (decimal): -7962182 or 12222854. OLE color: 12222854.
HSL color Cylindrical-coordinate representation of color #8681BA: hue angle of 245.26º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8681BA is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 129 | 186 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.27 |
| HSL | 245.26º | 0.29% | 0.62% | - |
| HSV(B) | 245.26º | 0.31% | 0.73% | - |
| XYZ | 26.54 | 24.31 | 49.75 | - |
| YUV | 136.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 186 | 0.28 | 0.31 | 0 | 0.27 | 245.26 | 0.29 | 0.62 |
| Hex | 86 | 81 | BA | 1C | 1F | 0 | 1B | F5 | 1D | 3E |
| Octal | 206 | 201 | 272 | 34 | 37 | 0 | 33 | 365 | 35 | 76 |
| Binary | 10000110 | 10000001 | 10111010 | 11100 | 11111 | 0 | 11011 | 11110101 | 11101 | 111110 |
Color Harmonies of #8681BA
Complementary color
Monochromatic Colors of #8681BA
Black with #8681BA
Text Example
Text Example
White with #8681BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8681BA; }
p { color: rgb(134,129,186); }
H1.HeaderClassName
{
color: #8681BA;
}
.AnyTagClassName
{
color: #8681BA;
}
</style>
background-color css
<style>
a { background-color: #8681BA; }
a { background-color: rgb(134,129,186); }
div.DivClassName
{
background-color: #8681BA;
}
.BgClassName
{
background-color: #8681BA;
}
</style>
border-color css
<style>
span { border-color: #8681BA; }
span { border-color: rgb(134,129,186); }
td.TdClassName
{
border-color: #8681BA;
}
.TagClassName
{
border-color: #8681BA;
}
</style>