Shades of Moody Blue #827DDD
Tints of Moody Blue #827DDD
RGB
CMYK
RGB Variations
Color information
#827DDD (or 0x827DDD) is known color: Moody Blue. HEX triplet: 82, 7D and DD. RGB value is (130,125,221). Sum of RGB (Red+Green+Blue) = 130+125+221=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #827DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DDD is #7D8222. Grayscale: #898989. Windows color (decimal): -8225315 or 14515586. OLE color: 14515586.
HSL color Cylindrical-coordinate representation of color #827DDD: hue angle of 243.13º degrees, saturation: 0.59, 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 #827DDD is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 125 | 221 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.13 |
| HSL | 243.13º | 0.59% | 0.68% | - |
| HSV(B) | 243.13º | 0.43% | 0.87% | - |
| XYZ | 29.59 | 24.63 | 71.6 | - |
| YUV | 137.44 | 175.16 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 221 | 0.41 | 0.43 | 0 | 0.13 | 243.13 | 0.59 | 0.68 |
| Hex | 82 | 7D | DD | 29 | 2B | 0 | D | F3 | 3B | 44 |
| Octal | 202 | 175 | 335 | 51 | 53 | 0 | 15 | 363 | 73 | 104 |
| Binary | 10000010 | 1111101 | 11011101 | 101001 | 101011 | 0 | 1101 | 11110011 | 111011 | 1000100 |
Color Harmonies of #827DDD
Complementary color
Monochromatic Colors of #827DDD
Black with #827DDD
Text Example
Text Example
White with #827DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827DDD; }
p { color: rgb(130,125,221); }
H1.HeaderClassName
{
color: #827DDD;
}
.AnyTagClassName
{
color: #827DDD;
}
</style>
background-color css
<style>
a { background-color: #827DDD; }
a { background-color: rgb(130,125,221); }
div.DivClassName
{
background-color: #827DDD;
}
.BgClassName
{
background-color: #827DDD;
}
</style>
border-color css
<style>
span { border-color: #827DDD; }
span { border-color: rgb(130,125,221); }
td.TdClassName
{
border-color: #827DDD;
}
.TagClassName
{
border-color: #827DDD;
}
</style>