Shades of Moody Blue #8270D4
Tints of Moody Blue #8270D4
RGB
CMYK
RGB Variations
Color information
#8270D4 (or 0x8270D4) is known color: Moody Blue. HEX triplet: 82, 70 and D4. RGB value is (130,112,212). Sum of RGB (Red+Green+Blue) = 130+112+212=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #8270D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270D4 is #7D8F2B. Grayscale: #808080. Windows color (decimal): -8228652 or 13922434. OLE color: 13922434.
HSL color Cylindrical-coordinate representation of color #8270D4: hue angle of 250.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8270D4 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 112 | 212 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.17 |
| HSL | 250.8º | 0.54% | 0.64% | - |
| HSV(B) | 250.8º | 0.47% | 0.83% | - |
| XYZ | 26.88 | 21.09 | 64.94 | - |
| YUV | 128.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 212 | 0.39 | 0.47 | 0 | 0.17 | 250.8 | 0.54 | 0.64 |
| Hex | 82 | 70 | D4 | 27 | 2F | 0 | 11 | FB | 36 | 40 |
| Octal | 202 | 160 | 324 | 47 | 57 | 0 | 21 | 373 | 66 | 100 |
| Binary | 10000010 | 1110000 | 11010100 | 100111 | 101111 | 0 | 10001 | 11111011 | 110110 | 1000000 |
Color Harmonies of #8270D4
Complementary color
Monochromatic Colors of #8270D4
Black with #8270D4
Text Example
Text Example
White with #8270D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8270D4; }
p { color: rgb(130,112,212); }
H1.HeaderClassName
{
color: #8270D4;
}
.AnyTagClassName
{
color: #8270D4;
}
</style>
background-color css
<style>
a { background-color: #8270D4; }
a { background-color: rgb(130,112,212); }
div.DivClassName
{
background-color: #8270D4;
}
.BgClassName
{
background-color: #8270D4;
}
</style>
border-color css
<style>
span { border-color: #8270D4; }
span { border-color: rgb(130,112,212); }
td.TdClassName
{
border-color: #8270D4;
}
.TagClassName
{
border-color: #8270D4;
}
</style>