Shades of Moody Blue #827CDC
Tints of Moody Blue #827CDC
RGB
CMYK
RGB Variations
Color information
#827CDC (or 0x827CDC) is known color: Moody Blue. HEX triplet: 82, 7C and DC. RGB value is (130,124,220). Sum of RGB (Red+Green+Blue) = 130+124+220=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #827CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CDC is #7D8323. Grayscale: #888888. Windows color (decimal): -8225572 or 14449794. OLE color: 14449794.
HSL color Cylindrical-coordinate representation of color #827CDC: hue angle of 243.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827CDC is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 124 | 220 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.14 |
| HSL | 243.75º | 0.58% | 0.67% | - |
| HSV(B) | 243.75º | 0.44% | 0.86% | - |
| XYZ | 29.33 | 24.33 | 70.86 | - |
| YUV | 136.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 220 | 0.41 | 0.44 | 0 | 0.14 | 243.75 | 0.58 | 0.67 |
| Hex | 82 | 7C | DC | 29 | 2C | 0 | E | F4 | 3A | 43 |
| Octal | 202 | 174 | 334 | 51 | 54 | 0 | 16 | 364 | 72 | 103 |
| Binary | 10000010 | 1111100 | 11011100 | 101001 | 101100 | 0 | 1110 | 11110100 | 111010 | 1000011 |
Color Harmonies of #827CDC
Complementary color
Monochromatic Colors of #827CDC
Black with #827CDC
Text Example
Text Example
White with #827CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827CDC; }
p { color: rgb(130,124,220); }
H1.HeaderClassName
{
color: #827CDC;
}
.AnyTagClassName
{
color: #827CDC;
}
</style>
background-color css
<style>
a { background-color: #827CDC; }
a { background-color: rgb(130,124,220); }
div.DivClassName
{
background-color: #827CDC;
}
.BgClassName
{
background-color: #827CDC;
}
</style>
border-color css
<style>
span { border-color: #827CDC; }
span { border-color: rgb(130,124,220); }
td.TdClassName
{
border-color: #827CDC;
}
.TagClassName
{
border-color: #827CDC;
}
</style>