Shades of Moody Blue #827CCC
Tints of Moody Blue #827CCC
RGB
CMYK
RGB Variations
Color information
#827CCC (or 0x827CCC) is known color: Moody Blue. HEX triplet: 82, 7C and CC. RGB value is (130,124,204). Sum of RGB (Red+Green+Blue) = 130+124+204=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #827CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CCC is #7D8333. Grayscale: #868686. Windows color (decimal): -8225588 or 13401218. OLE color: 13401218.
HSL color Cylindrical-coordinate representation of color #827CCC: hue angle of 244.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #827CCC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 124 | 204 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.2 |
| HSL | 244.5º | 0.44% | 0.64% | - |
| HSV(B) | 244.5º | 0.39% | 0.8% | - |
| XYZ | 27.31 | 23.52 | 60.23 | - |
| YUV | 134.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 204 | 0.36 | 0.39 | 0 | 0.2 | 244.5 | 0.44 | 0.64 |
| Hex | 82 | 7C | CC | 24 | 27 | 0 | 14 | F4 | 2C | 40 |
| Octal | 202 | 174 | 314 | 44 | 47 | 0 | 24 | 364 | 54 | 100 |
| Binary | 10000010 | 1111100 | 11001100 | 100100 | 100111 | 0 | 10100 | 11110100 | 101100 | 1000000 |
Color Harmonies of #827CCC
Complementary color
Monochromatic Colors of #827CCC
Black with #827CCC
Text Example
Text Example
White with #827CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827CCC; }
p { color: rgb(130,124,204); }
H1.HeaderClassName
{
color: #827CCC;
}
.AnyTagClassName
{
color: #827CCC;
}
</style>
background-color css
<style>
a { background-color: #827CCC; }
a { background-color: rgb(130,124,204); }
div.DivClassName
{
background-color: #827CCC;
}
.BgClassName
{
background-color: #827CCC;
}
</style>
border-color css
<style>
span { border-color: #827CCC; }
span { border-color: rgb(130,124,204); }
td.TdClassName
{
border-color: #827CCC;
}
.TagClassName
{
border-color: #827CCC;
}
</style>