Shades of Moody Blue #827EDD
Tints of Moody Blue #827EDD
RGB
CMYK
RGB Variations
Color information
#827EDD (or 0x827EDD) is known color: Moody Blue. HEX triplet: 82, 7E and DD. RGB value is (130,126,221). Sum of RGB (Red+Green+Blue) = 130+126+221=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #827EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EDD is #7D8122. Grayscale: #898989. Windows color (decimal): -8225059 or 14515842. OLE color: 14515842.
HSL color Cylindrical-coordinate representation of color #827EDD: hue angle of 242.53º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #827EDD is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 126 | 221 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.13 |
| HSL | 242.53º | 0.58% | 0.68% | - |
| HSV(B) | 242.53º | 0.43% | 0.87% | - |
| XYZ | 29.72 | 24.89 | 71.64 | - |
| YUV | 138.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 221 | 0.41 | 0.43 | 0 | 0.13 | 242.53 | 0.58 | 0.68 |
| Hex | 82 | 7E | DD | 29 | 2B | 0 | D | F3 | 3A | 44 |
| Octal | 202 | 176 | 335 | 51 | 53 | 0 | 15 | 363 | 72 | 104 |
| Binary | 10000010 | 1111110 | 11011101 | 101001 | 101011 | 0 | 1101 | 11110011 | 111010 | 1000100 |
Color Harmonies of #827EDD
Complementary color
Monochromatic Colors of #827EDD
Black with #827EDD
Text Example
Text Example
White with #827EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827EDD; }
p { color: rgb(130,126,221); }
H1.HeaderClassName
{
color: #827EDD;
}
.AnyTagClassName
{
color: #827EDD;
}
</style>
background-color css
<style>
a { background-color: #827EDD; }
a { background-color: rgb(130,126,221); }
div.DivClassName
{
background-color: #827EDD;
}
.BgClassName
{
background-color: #827EDD;
}
</style>
border-color css
<style>
span { border-color: #827EDD; }
span { border-color: rgb(130,126,221); }
td.TdClassName
{
border-color: #827EDD;
}
.TagClassName
{
border-color: #827EDD;
}
</style>