Shades of Moody Blue #827AD7
Tints of Moody Blue #827AD7
RGB
CMYK
RGB Variations
Color information
#827AD7 (or 0x827AD7) is known color: Moody Blue. HEX triplet: 82, 7A and D7. RGB value is (130,122,215). Sum of RGB (Red+Green+Blue) = 130+122+215=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #827AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AD7 is #7D8528. Grayscale: #868686. Windows color (decimal): -8226089 or 14121602. OLE color: 14121602.
HSL color Cylindrical-coordinate representation of color #827AD7: hue angle of 245.16º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #827AD7 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 122 | 215 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.16 |
| HSL | 245.16º | 0.54% | 0.66% | - |
| HSV(B) | 245.16º | 0.43% | 0.84% | - |
| XYZ | 28.43 | 23.57 | 67.34 | - |
| YUV | 134.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 215 | 0.40 | 0.43 | 0 | 0.16 | 245.16 | 0.54 | 0.66 |
| Hex | 82 | 7A | D7 | 28 | 2B | 0 | 10 | F5 | 36 | 42 |
| Octal | 202 | 172 | 327 | 50 | 53 | 0 | 20 | 365 | 66 | 102 |
| Binary | 10000010 | 1111010 | 11010111 | 101000 | 101011 | 0 | 10000 | 11110101 | 110110 | 1000010 |
Color Harmonies of #827AD7
Complementary color
Monochromatic Colors of #827AD7
Black with #827AD7
Text Example
Text Example
White with #827AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827AD7; }
p { color: rgb(130,122,215); }
H1.HeaderClassName
{
color: #827AD7;
}
.AnyTagClassName
{
color: #827AD7;
}
</style>
background-color css
<style>
a { background-color: #827AD7; }
a { background-color: rgb(130,122,215); }
div.DivClassName
{
background-color: #827AD7;
}
.BgClassName
{
background-color: #827AD7;
}
</style>
border-color css
<style>
span { border-color: #827AD7; }
span { border-color: rgb(130,122,215); }
td.TdClassName
{
border-color: #827AD7;
}
.TagClassName
{
border-color: #827AD7;
}
</style>