Shades of Moody Blue #8181DD
Tints of Moody Blue #8181DD
RGB
CMYK
RGB Variations
Color information
#8181DD (or 0x8181DD) is known color: Moody Blue. HEX triplet: 81, 81 and DD. RGB value is (129,129,221). Sum of RGB (Red+Green+Blue) = 129+129+221=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #8181DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8181DD is #7E7E22. Grayscale: #8B8B8B. Windows color (decimal): -8289827 or 14516609. OLE color: 14516609.
HSL color Cylindrical-coordinate representation of color #8181DD: hue angle of 240º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8181DD is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 129 | 221 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.13 |
| HSL | 240º | 0.58% | 0.69% | - |
| HSV(B) | 240º | 0.42% | 0.87% | - |
| XYZ | 29.95 | 25.59 | 71.77 | - |
| YUV | 139.49 | 174 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 221 | 0.42 | 0.42 | 0 | 0.13 | 240 | 0.58 | 0.69 |
| Hex | 81 | 81 | DD | 2A | 2A | 0 | D | F0 | 3A | 45 |
| Octal | 201 | 201 | 335 | 52 | 52 | 0 | 15 | 360 | 72 | 105 |
| Binary | 10000001 | 10000001 | 11011101 | 101010 | 101010 | 0 | 1101 | 11110000 | 111010 | 1000101 |
Color Harmonies of #8181DD
Complementary color
Monochromatic Colors of #8181DD
Black with #8181DD
Text Example
Text Example
White with #8181DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8181DD; }
p { color: rgb(129,129,221); }
H1.HeaderClassName
{
color: #8181DD;
}
.AnyTagClassName
{
color: #8181DD;
}
</style>
background-color css
<style>
a { background-color: #8181DD; }
a { background-color: rgb(129,129,221); }
div.DivClassName
{
background-color: #8181DD;
}
.BgClassName
{
background-color: #8181DD;
}
</style>
border-color css
<style>
span { border-color: #8181DD; }
span { border-color: rgb(129,129,221); }
td.TdClassName
{
border-color: #8181DD;
}
.TagClassName
{
border-color: #8181DD;
}
</style>