Shades of Moody Blue #827EDC
Tints of Moody Blue #827EDC
RGB
CMYK
RGB Variations
Color information
#827EDC (or 0x827EDC) is known color: Moody Blue. HEX triplet: 82, 7E and DC. RGB value is (130,126,220). Sum of RGB (Red+Green+Blue) = 130+126+220=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #827EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EDC is #7D8123. Grayscale: #898989. Windows color (decimal): -8225060 or 14450306. OLE color: 14450306.
HSL color Cylindrical-coordinate representation of color #827EDC: hue angle of 242.55º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #827EDC is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 126 | 220 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.14 |
| HSL | 242.55º | 0.57% | 0.68% | - |
| HSV(B) | 242.55º | 0.43% | 0.86% | - |
| XYZ | 29.59 | 24.83 | 70.94 | - |
| YUV | 137.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 220 | 0.41 | 0.43 | 0 | 0.14 | 242.55 | 0.57 | 0.68 |
| Hex | 82 | 7E | DC | 29 | 2B | 0 | E | F3 | 39 | 44 |
| Octal | 202 | 176 | 334 | 51 | 53 | 0 | 16 | 363 | 71 | 104 |
| Binary | 10000010 | 1111110 | 11011100 | 101001 | 101011 | 0 | 1110 | 11110011 | 111001 | 1000100 |
Color Harmonies of #827EDC
Complementary color
Monochromatic Colors of #827EDC
Black with #827EDC
Text Example
Text Example
White with #827EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827EDC; }
p { color: rgb(130,126,220); }
H1.HeaderClassName
{
color: #827EDC;
}
.AnyTagClassName
{
color: #827EDC;
}
</style>
background-color css
<style>
a { background-color: #827EDC; }
a { background-color: rgb(130,126,220); }
div.DivClassName
{
background-color: #827EDC;
}
.BgClassName
{
background-color: #827EDC;
}
</style>
border-color css
<style>
span { border-color: #827EDC; }
span { border-color: rgb(130,126,220); }
td.TdClassName
{
border-color: #827EDC;
}
.TagClassName
{
border-color: #827EDC;
}
</style>