Shades of Moody Blue #8271BA
Tints of Moody Blue #8271BA
RGB
CMYK
RGB Variations
Color information
#8271BA (or 0x8271BA) is known color: Moody Blue. HEX triplet: 82, 71 and BA. RGB value is (130,113,186). Sum of RGB (Red+Green+Blue) = 130+113+186=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #8271BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271BA is #7D8E45. Grayscale: #7E7E7E. Windows color (decimal): -8228422 or 12218754. OLE color: 12218754.
HSL color Cylindrical-coordinate representation of color #8271BA: hue angle of 253.97º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8271BA is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 113 | 186 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.27 |
| HSL | 253.97º | 0.35% | 0.59% | - |
| HSV(B) | 253.97º | 0.39% | 0.73% | - |
| XYZ | 23.97 | 20.1 | 49.07 | - |
| YUV | 126.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 186 | 0.30 | 0.39 | 0 | 0.27 | 253.97 | 0.35 | 0.59 |
| Hex | 82 | 71 | BA | 1E | 27 | 0 | 1B | FE | 23 | 3B |
| Octal | 202 | 161 | 272 | 36 | 47 | 0 | 33 | 376 | 43 | 73 |
| Binary | 10000010 | 1110001 | 10111010 | 11110 | 100111 | 0 | 11011 | 11111110 | 100011 | 111011 |
Color Harmonies of #8271BA
Complementary color
Monochromatic Colors of #8271BA
Black with #8271BA
Text Example
Text Example
White with #8271BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8271BA; }
p { color: rgb(130,113,186); }
H1.HeaderClassName
{
color: #8271BA;
}
.AnyTagClassName
{
color: #8271BA;
}
</style>
background-color css
<style>
a { background-color: #8271BA; }
a { background-color: rgb(130,113,186); }
div.DivClassName
{
background-color: #8271BA;
}
.BgClassName
{
background-color: #8271BA;
}
</style>
border-color css
<style>
span { border-color: #8271BA; }
span { border-color: rgb(130,113,186); }
td.TdClassName
{
border-color: #8271BA;
}
.TagClassName
{
border-color: #8271BA;
}
</style>