Shades of Moody Blue #827FDC
Tints of Moody Blue #827FDC
RGB
CMYK
RGB Variations
Color information
#827FDC (or 0x827FDC) is known color: Moody Blue. HEX triplet: 82, 7F and DC. RGB value is (130,127,220). Sum of RGB (Red+Green+Blue) = 130+127+220=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #827FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FDC is #7D8023. Grayscale: #8A8A8A. Windows color (decimal): -8224804 or 14450562. OLE color: 14450562.
HSL color Cylindrical-coordinate representation of color #827FDC: hue angle of 241.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #827FDC is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 127 | 220 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.14 |
| HSL | 241.94º | 0.57% | 0.68% | - |
| HSV(B) | 241.94º | 0.42% | 0.86% | - |
| XYZ | 29.71 | 25.09 | 70.99 | - |
| YUV | 138.5 | 173.99 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 220 | 0.41 | 0.42 | 0 | 0.14 | 241.94 | 0.57 | 0.68 |
| Hex | 82 | 7F | DC | 29 | 2A | 0 | E | F2 | 39 | 44 |
| Octal | 202 | 177 | 334 | 51 | 52 | 0 | 16 | 362 | 71 | 104 |
| Binary | 10000010 | 1111111 | 11011100 | 101001 | 101010 | 0 | 1110 | 11110010 | 111001 | 1000100 |
Color Harmonies of #827FDC
Complementary color
Monochromatic Colors of #827FDC
Black with #827FDC
Text Example
Text Example
White with #827FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FDC; }
p { color: rgb(130,127,220); }
H1.HeaderClassName
{
color: #827FDC;
}
.AnyTagClassName
{
color: #827FDC;
}
</style>
background-color css
<style>
a { background-color: #827FDC; }
a { background-color: rgb(130,127,220); }
div.DivClassName
{
background-color: #827FDC;
}
.BgClassName
{
background-color: #827FDC;
}
</style>
border-color css
<style>
span { border-color: #827FDC; }
span { border-color: rgb(130,127,220); }
td.TdClassName
{
border-color: #827FDC;
}
.TagClassName
{
border-color: #827FDC;
}
</style>