Shades of Moody Blue #8681BE
Tints of Moody Blue #8681BE
RGB
CMYK
RGB Variations
Color information
#8681BE (or 0x8681BE) is known color: Moody Blue. HEX triplet: 86, 81 and BE. RGB value is (134,129,190). Sum of RGB (Red+Green+Blue) = 134+129+190=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #8681BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8681BE is #797E41. Grayscale: #898989. Windows color (decimal): -7962178 or 12484998. OLE color: 12484998.
HSL color Cylindrical-coordinate representation of color #8681BE: hue angle of 244.92º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8681BE is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 129 | 190 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.25 |
| HSL | 244.92º | 0.32% | 0.63% | - |
| HSV(B) | 244.92º | 0.32% | 0.75% | - |
| XYZ | 26.98 | 24.49 | 52.02 | - |
| YUV | 137.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 190 | 0.29 | 0.32 | 0 | 0.25 | 244.92 | 0.32 | 0.63 |
| Hex | 86 | 81 | BE | 1D | 20 | 0 | 19 | F5 | 20 | 3F |
| Octal | 206 | 201 | 276 | 35 | 40 | 0 | 31 | 365 | 40 | 77 |
| Binary | 10000110 | 10000001 | 10111110 | 11101 | 100000 | 0 | 11001 | 11110101 | 100000 | 111111 |
Color Harmonies of #8681BE
Complementary color
Monochromatic Colors of #8681BE
Black with #8681BE
Text Example
Text Example
White with #8681BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8681BE; }
p { color: rgb(134,129,190); }
H1.HeaderClassName
{
color: #8681BE;
}
.AnyTagClassName
{
color: #8681BE;
}
</style>
background-color css
<style>
a { background-color: #8681BE; }
a { background-color: rgb(134,129,190); }
div.DivClassName
{
background-color: #8681BE;
}
.BgClassName
{
background-color: #8681BE;
}
</style>
border-color css
<style>
span { border-color: #8681BE; }
span { border-color: rgb(134,129,190); }
td.TdClassName
{
border-color: #8681BE;
}
.TagClassName
{
border-color: #8681BE;
}
</style>