Shades of Moody Blue #8181BA
Tints of Moody Blue #8181BA
RGB
CMYK
RGB Variations
Color information
#8181BA (or 0x8181BA) is known color: Moody Blue. HEX triplet: 81, 81 and BA. RGB value is (129,129,186). Sum of RGB (Red+Green+Blue) = 129+129+186=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #8181BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8181BA is #7E7E45. Grayscale: #878787. Windows color (decimal): -8289862 or 12222849. OLE color: 12222849.
HSL color Cylindrical-coordinate representation of color #8181BA: hue angle of 240º 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 #8181BA is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 129 | 186 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.27 |
| HSL | 240º | 0.29% | 0.62% | - |
| HSV(B) | 240º | 0.31% | 0.73% | - |
| XYZ | 25.77 | 23.91 | 49.71 | - |
| YUV | 135.5 | 156.5 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 186 | 0.31 | 0.31 | 0 | 0.27 | 240 | 0.29 | 0.62 |
| Hex | 81 | 81 | BA | 1F | 1F | 0 | 1B | F0 | 1D | 3E |
| Octal | 201 | 201 | 272 | 37 | 37 | 0 | 33 | 360 | 35 | 76 |
| Binary | 10000001 | 10000001 | 10111010 | 11111 | 11111 | 0 | 11011 | 11110000 | 11101 | 111110 |
Color Harmonies of #8181BA
Complementary color
Monochromatic Colors of #8181BA
Black with #8181BA
Text Example
Text Example
White with #8181BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8181BA; }
p { color: rgb(129,129,186); }
H1.HeaderClassName
{
color: #8181BA;
}
.AnyTagClassName
{
color: #8181BA;
}
</style>
background-color css
<style>
a { background-color: #8181BA; }
a { background-color: rgb(129,129,186); }
div.DivClassName
{
background-color: #8181BA;
}
.BgClassName
{
background-color: #8181BA;
}
</style>
border-color css
<style>
span { border-color: #8181BA; }
span { border-color: rgb(129,129,186); }
td.TdClassName
{
border-color: #8181BA;
}
.TagClassName
{
border-color: #8181BA;
}
</style>