Shades of Moody Blue #827BDF
Tints of Moody Blue #827BDF
RGB
CMYK
RGB Variations
Color information
#827BDF (or 0x827BDF) is known color: Moody Blue. HEX triplet: 82, 7B and DF. RGB value is (130,123,223). Sum of RGB (Red+Green+Blue) = 130+123+223=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #827BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BDF is #7D8420. Grayscale: #888888. Windows color (decimal): -8225825 or 14646146. OLE color: 14646146.
HSL color Cylindrical-coordinate representation of color #827BDF: hue angle of 244.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #827BDF is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 123 | 223 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.13 |
| HSL | 244.2º | 0.61% | 0.68% | - |
| HSV(B) | 244.2º | 0.45% | 0.87% | - |
| XYZ | 29.61 | 24.24 | 72.93 | - |
| YUV | 136.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 223 | 0.42 | 0.45 | 0 | 0.13 | 244.2 | 0.61 | 0.68 |
| Hex | 82 | 7B | DF | 2A | 2D | 0 | D | F4 | 3D | 44 |
| Octal | 202 | 173 | 337 | 52 | 55 | 0 | 15 | 364 | 75 | 104 |
| Binary | 10000010 | 1111011 | 11011111 | 101010 | 101101 | 0 | 1101 | 11110100 | 111101 | 1000100 |
Color Harmonies of #827BDF
Complementary color
Monochromatic Colors of #827BDF
Black with #827BDF
Text Example
Text Example
White with #827BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827BDF; }
p { color: rgb(130,123,223); }
H1.HeaderClassName
{
color: #827BDF;
}
.AnyTagClassName
{
color: #827BDF;
}
</style>
background-color css
<style>
a { background-color: #827BDF; }
a { background-color: rgb(130,123,223); }
div.DivClassName
{
background-color: #827BDF;
}
.BgClassName
{
background-color: #827BDF;
}
</style>
border-color css
<style>
span { border-color: #827BDF; }
span { border-color: rgb(130,123,223); }
td.TdClassName
{
border-color: #827BDF;
}
.TagClassName
{
border-color: #827BDF;
}
</style>