Shades of Moody Blue #8271BD
Tints of Moody Blue #8271BD
RGB
CMYK
RGB Variations
Color information
#8271BD (or 0x8271BD) is known color: Moody Blue. HEX triplet: 82, 71 and BD. RGB value is (130,113,189). Sum of RGB (Red+Green+Blue) = 130+113+189=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #8271BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271BD is #7D8E42. Grayscale: #7E7E7E. Windows color (decimal): -8228419 or 12415362. OLE color: 12415362.
HSL color Cylindrical-coordinate representation of color #8271BD: hue angle of 253.42º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8271BD is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 113 | 189 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.26 |
| HSL | 253.42º | 0.37% | 0.59% | - |
| HSV(B) | 253.42º | 0.4% | 0.74% | - |
| XYZ | 24.3 | 20.23 | 50.77 | - |
| YUV | 126.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 189 | 0.31 | 0.40 | 0 | 0.26 | 253.42 | 0.37 | 0.59 |
| Hex | 82 | 71 | BD | 1F | 28 | 0 | 1A | FD | 25 | 3B |
| Octal | 202 | 161 | 275 | 37 | 50 | 0 | 32 | 375 | 45 | 73 |
| Binary | 10000010 | 1110001 | 10111101 | 11111 | 101000 | 0 | 11010 | 11111101 | 100101 | 111011 |
Color Harmonies of #8271BD
Complementary color
Monochromatic Colors of #8271BD
Black with #8271BD
Text Example
Text Example
White with #8271BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8271BD; }
p { color: rgb(130,113,189); }
H1.HeaderClassName
{
color: #8271BD;
}
.AnyTagClassName
{
color: #8271BD;
}
</style>
background-color css
<style>
a { background-color: #8271BD; }
a { background-color: rgb(130,113,189); }
div.DivClassName
{
background-color: #8271BD;
}
.BgClassName
{
background-color: #8271BD;
}
</style>
border-color css
<style>
span { border-color: #8271BD; }
span { border-color: rgb(130,113,189); }
td.TdClassName
{
border-color: #8271BD;
}
.TagClassName
{
border-color: #8271BD;
}
</style>