Shades of Moody Blue #827CDD
Tints of Moody Blue #827CDD
RGB
CMYK
RGB Variations
Color information
#827CDD (or 0x827CDD) is known color: Moody Blue. HEX triplet: 82, 7C and DD. RGB value is (130,124,221). Sum of RGB (Red+Green+Blue) = 130+124+221=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #827CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CDD is #7D8322. Grayscale: #888888. Windows color (decimal): -8225571 or 14515330. OLE color: 14515330.
HSL color Cylindrical-coordinate representation of color #827CDD: hue angle of 243.71º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827CDD is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 124 | 221 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.13 |
| HSL | 243.71º | 0.59% | 0.68% | - |
| HSV(B) | 243.71º | 0.44% | 0.87% | - |
| XYZ | 29.46 | 24.38 | 71.56 | - |
| YUV | 136.85 | 175.49 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 221 | 0.41 | 0.44 | 0 | 0.13 | 243.71 | 0.59 | 0.68 |
| Hex | 82 | 7C | DD | 29 | 2C | 0 | D | F4 | 3B | 44 |
| Octal | 202 | 174 | 335 | 51 | 54 | 0 | 15 | 364 | 73 | 104 |
| Binary | 10000010 | 1111100 | 11011101 | 101001 | 101100 | 0 | 1101 | 11110100 | 111011 | 1000100 |
Color Harmonies of #827CDD
Complementary color
Monochromatic Colors of #827CDD
Black with #827CDD
Text Example
Text Example
White with #827CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827CDD; }
p { color: rgb(130,124,221); }
H1.HeaderClassName
{
color: #827CDD;
}
.AnyTagClassName
{
color: #827CDD;
}
</style>
background-color css
<style>
a { background-color: #827CDD; }
a { background-color: rgb(130,124,221); }
div.DivClassName
{
background-color: #827CDD;
}
.BgClassName
{
background-color: #827CDD;
}
</style>
border-color css
<style>
span { border-color: #827CDD; }
span { border-color: rgb(130,124,221); }
td.TdClassName
{
border-color: #827CDD;
}
.TagClassName
{
border-color: #827CDD;
}
</style>