Shades of Moody Blue #8272D5
Tints of Moody Blue #8272D5
RGB
CMYK
RGB Variations
Color information
#8272D5 (or 0x8272D5) is known color: Moody Blue. HEX triplet: 82, 72 and D5. RGB value is (130,114,213). Sum of RGB (Red+Green+Blue) = 130+114+213=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #8272D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272D5 is #7D8D2A. Grayscale: #818181. Windows color (decimal): -8228139 or 13988482. OLE color: 13988482.
HSL color Cylindrical-coordinate representation of color #8272D5: hue angle of 249.7º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8272D5 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 114 | 213 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.16 |
| HSL | 249.7º | 0.54% | 0.64% | - |
| HSV(B) | 249.7º | 0.46% | 0.84% | - |
| XYZ | 27.23 | 21.58 | 65.68 | - |
| YUV | 130.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 213 | 0.39 | 0.46 | 0 | 0.16 | 249.7 | 0.54 | 0.64 |
| Hex | 82 | 72 | D5 | 27 | 2E | 0 | 10 | FA | 36 | 40 |
| Octal | 202 | 162 | 325 | 47 | 56 | 0 | 20 | 372 | 66 | 100 |
| Binary | 10000010 | 1110010 | 11010101 | 100111 | 101110 | 0 | 10000 | 11111010 | 110110 | 1000000 |
Color Harmonies of #8272D5
Complementary color
Monochromatic Colors of #8272D5
Black with #8272D5
Text Example
Text Example
White with #8272D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8272D5; }
p { color: rgb(130,114,213); }
H1.HeaderClassName
{
color: #8272D5;
}
.AnyTagClassName
{
color: #8272D5;
}
</style>
background-color css
<style>
a { background-color: #8272D5; }
a { background-color: rgb(130,114,213); }
div.DivClassName
{
background-color: #8272D5;
}
.BgClassName
{
background-color: #8272D5;
}
</style>
border-color css
<style>
span { border-color: #8272D5; }
span { border-color: rgb(130,114,213); }
td.TdClassName
{
border-color: #8272D5;
}
.TagClassName
{
border-color: #8272D5;
}
</style>