Shades of Moody Blue #827BCC
Tints of Moody Blue #827BCC
RGB
CMYK
RGB Variations
Color information
#827BCC (or 0x827BCC) is known color: Moody Blue. HEX triplet: 82, 7B and CC. RGB value is (130,123,204). Sum of RGB (Red+Green+Blue) = 130+123+204=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #827BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BCC is #7D8433. Grayscale: #868686. Windows color (decimal): -8225844 or 13400962. OLE color: 13400962.
HSL color Cylindrical-coordinate representation of color #827BCC: hue angle of 245.19º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #827BCC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 123 | 204 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.2 |
| HSL | 245.19º | 0.44% | 0.64% | - |
| HSV(B) | 245.19º | 0.4% | 0.8% | - |
| XYZ | 27.19 | 23.27 | 60.19 | - |
| YUV | 134.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 204 | 0.36 | 0.40 | 0 | 0.2 | 245.19 | 0.44 | 0.64 |
| Hex | 82 | 7B | CC | 24 | 28 | 0 | 14 | F5 | 2C | 40 |
| Octal | 202 | 173 | 314 | 44 | 50 | 0 | 24 | 365 | 54 | 100 |
| Binary | 10000010 | 1111011 | 11001100 | 100100 | 101000 | 0 | 10100 | 11110101 | 101100 | 1000000 |
Color Harmonies of #827BCC
Complementary color
Monochromatic Colors of #827BCC
Black with #827BCC
Text Example
Text Example
White with #827BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827BCC; }
p { color: rgb(130,123,204); }
H1.HeaderClassName
{
color: #827BCC;
}
.AnyTagClassName
{
color: #827BCC;
}
</style>
background-color css
<style>
a { background-color: #827BCC; }
a { background-color: rgb(130,123,204); }
div.DivClassName
{
background-color: #827BCC;
}
.BgClassName
{
background-color: #827BCC;
}
</style>
border-color css
<style>
span { border-color: #827BCC; }
span { border-color: rgb(130,123,204); }
td.TdClassName
{
border-color: #827BCC;
}
.TagClassName
{
border-color: #827BCC;
}
</style>