Shades of Moody Blue #827ADD
Tints of Moody Blue #827ADD
RGB
CMYK
RGB Variations
Color information
#827ADD (or 0x827ADD) is known color: Moody Blue. HEX triplet: 82, 7A and DD. RGB value is (130,122,221). Sum of RGB (Red+Green+Blue) = 130+122+221=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #827ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ADD is #7D8522. Grayscale: #878787. Windows color (decimal): -8226083 or 14514818. OLE color: 14514818.
HSL color Cylindrical-coordinate representation of color #827ADD: hue angle of 244.85º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #827ADD is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 122 | 221 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.13 |
| HSL | 244.85º | 0.59% | 0.67% | - |
| HSV(B) | 244.85º | 0.45% | 0.87% | - |
| XYZ | 29.22 | 23.89 | 71.48 | - |
| YUV | 135.68 | 176.15 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 221 | 0.41 | 0.45 | 0 | 0.13 | 244.85 | 0.59 | 0.67 |
| Hex | 82 | 7A | DD | 29 | 2D | 0 | D | F5 | 3B | 43 |
| Octal | 202 | 172 | 335 | 51 | 55 | 0 | 15 | 365 | 73 | 103 |
| Binary | 10000010 | 1111010 | 11011101 | 101001 | 101101 | 0 | 1101 | 11110101 | 111011 | 1000011 |
Color Harmonies of #827ADD
Complementary color
Monochromatic Colors of #827ADD
Black with #827ADD
Text Example
Text Example
White with #827ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827ADD; }
p { color: rgb(130,122,221); }
H1.HeaderClassName
{
color: #827ADD;
}
.AnyTagClassName
{
color: #827ADD;
}
</style>
background-color css
<style>
a { background-color: #827ADD; }
a { background-color: rgb(130,122,221); }
div.DivClassName
{
background-color: #827ADD;
}
.BgClassName
{
background-color: #827ADD;
}
</style>
border-color css
<style>
span { border-color: #827ADD; }
span { border-color: rgb(130,122,221); }
td.TdClassName
{
border-color: #827ADD;
}
.TagClassName
{
border-color: #827ADD;
}
</style>