Shades of Moody Blue #827FDD
Tints of Moody Blue #827FDD
RGB
CMYK
RGB Variations
Color information
#827FDD (or 0x827FDD) is known color: Moody Blue. HEX triplet: 82, 7F and DD. RGB value is (130,127,221). Sum of RGB (Red+Green+Blue) = 130+127+221=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #827FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FDD is #7D8022. Grayscale: #8A8A8A. Windows color (decimal): -8224803 or 14516098. OLE color: 14516098.
HSL color Cylindrical-coordinate representation of color #827FDD: hue angle of 241.91º 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 #827FDD is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 127 | 221 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.13 |
| HSL | 241.91º | 0.58% | 0.68% | - |
| HSV(B) | 241.91º | 0.43% | 0.87% | - |
| XYZ | 29.85 | 25.15 | 71.69 | - |
| YUV | 138.61 | 174.49 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 221 | 0.41 | 0.43 | 0 | 0.13 | 241.91 | 0.58 | 0.68 |
| Hex | 82 | 7F | DD | 29 | 2B | 0 | D | F2 | 3A | 44 |
| Octal | 202 | 177 | 335 | 51 | 53 | 0 | 15 | 362 | 72 | 104 |
| Binary | 10000010 | 1111111 | 11011101 | 101001 | 101011 | 0 | 1101 | 11110010 | 111010 | 1000100 |
Color Harmonies of #827FDD
Complementary color
Monochromatic Colors of #827FDD
Black with #827FDD
Text Example
Text Example
White with #827FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FDD; }
p { color: rgb(130,127,221); }
H1.HeaderClassName
{
color: #827FDD;
}
.AnyTagClassName
{
color: #827FDD;
}
</style>
background-color css
<style>
a { background-color: #827FDD; }
a { background-color: rgb(130,127,221); }
div.DivClassName
{
background-color: #827FDD;
}
.BgClassName
{
background-color: #827FDD;
}
</style>
border-color css
<style>
span { border-color: #827FDD; }
span { border-color: rgb(130,127,221); }
td.TdClassName
{
border-color: #827FDD;
}
.TagClassName
{
border-color: #827FDD;
}
</style>