Shades of Moody Blue #8182BA
Tints of Moody Blue #8182BA
RGB
CMYK
RGB Variations
Color information
#8182BA (or 0x8182BA) is known color: Moody Blue. HEX triplet: 81, 82 and BA. RGB value is (129,130,186). Sum of RGB (Red+Green+Blue) = 129+130+186=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #8182BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8182BA is #7E7D45. Grayscale: #878787. Windows color (decimal): -8289606 or 12223105. OLE color: 12223105.
HSL color Cylindrical-coordinate representation of color #8182BA: hue angle of 238.95º 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 #8182BA is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 130 | 186 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.27 |
| HSL | 238.95º | 0.29% | 0.62% | - |
| HSV(B) | 238.95º | 0.31% | 0.73% | - |
| XYZ | 25.9 | 24.18 | 49.76 | - |
| YUV | 136.09 | 156.17 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 186 | 0.31 | 0.30 | 0 | 0.27 | 238.95 | 0.29 | 0.62 |
| Hex | 81 | 82 | BA | 1F | 1E | 0 | 1B | EF | 1D | 3E |
| Octal | 201 | 202 | 272 | 37 | 36 | 0 | 33 | 357 | 35 | 76 |
| Binary | 10000001 | 10000010 | 10111010 | 11111 | 11110 | 0 | 11011 | 11101111 | 11101 | 111110 |
Color Harmonies of #8182BA
Complementary color
Monochromatic Colors of #8182BA
Black with #8182BA
Text Example
Text Example
White with #8182BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8182BA; }
p { color: rgb(129,130,186); }
H1.HeaderClassName
{
color: #8182BA;
}
.AnyTagClassName
{
color: #8182BA;
}
</style>
background-color css
<style>
a { background-color: #8182BA; }
a { background-color: rgb(129,130,186); }
div.DivClassName
{
background-color: #8182BA;
}
.BgClassName
{
background-color: #8182BA;
}
</style>
border-color css
<style>
span { border-color: #8182BA; }
span { border-color: rgb(129,130,186); }
td.TdClassName
{
border-color: #8182BA;
}
.TagClassName
{
border-color: #8182BA;
}
</style>