Shades of Moody Blue #827ADF
Tints of Moody Blue #827ADF
RGB
CMYK
RGB Variations
Color information
#827ADF (or 0x827ADF) is known color: Moody Blue. HEX triplet: 82, 7A and DF. RGB value is (130,122,223). Sum of RGB (Red+Green+Blue) = 130+122+223=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #827ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ADF is #7D8520. Grayscale: #878787. Windows color (decimal): -8226081 or 14645890. OLE color: 14645890.
HSL color Cylindrical-coordinate representation of color #827ADF: hue angle of 244.75º 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 #827ADF is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 122 | 223 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.13 |
| HSL | 244.75º | 0.61% | 0.68% | - |
| HSV(B) | 244.75º | 0.45% | 0.87% | - |
| XYZ | 29.48 | 23.99 | 72.89 | - |
| YUV | 135.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 223 | 0.42 | 0.45 | 0 | 0.13 | 244.75 | 0.61 | 0.68 |
| Hex | 82 | 7A | DF | 2A | 2D | 0 | D | F5 | 3D | 44 |
| Octal | 202 | 172 | 337 | 52 | 55 | 0 | 15 | 365 | 75 | 104 |
| Binary | 10000010 | 1111010 | 11011111 | 101010 | 101101 | 0 | 1101 | 11110101 | 111101 | 1000100 |
Color Harmonies of #827ADF
Complementary color
Monochromatic Colors of #827ADF
Black with #827ADF
Text Example
Text Example
White with #827ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827ADF; }
p { color: rgb(130,122,223); }
H1.HeaderClassName
{
color: #827ADF;
}
.AnyTagClassName
{
color: #827ADF;
}
</style>
background-color css
<style>
a { background-color: #827ADF; }
a { background-color: rgb(130,122,223); }
div.DivClassName
{
background-color: #827ADF;
}
.BgClassName
{
background-color: #827ADF;
}
</style>
border-color css
<style>
span { border-color: #827ADF; }
span { border-color: rgb(130,122,223); }
td.TdClassName
{
border-color: #827ADF;
}
.TagClassName
{
border-color: #827ADF;
}
</style>