Shades of Moody Blue #827ACD
Tints of Moody Blue #827ACD
RGB
CMYK
RGB Variations
Color information
#827ACD (or 0x827ACD) is known color: Moody Blue. HEX triplet: 82, 7A and CD. RGB value is (130,122,205). Sum of RGB (Red+Green+Blue) = 130+122+205=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #827ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ACD is #7D8532. Grayscale: #858585. Windows color (decimal): -8226099 or 13466242. OLE color: 13466242.
HSL color Cylindrical-coordinate representation of color #827ACD: hue angle of 245.78º degrees, saturation: 0.45, 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 #827ACD is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 122 | 205 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.20 |
| HSL | 245.78º | 0.45% | 0.64% | - |
| HSV(B) | 245.78º | 0.4% | 0.8% | - |
| XYZ | 27.18 | 23.07 | 60.78 | - |
| YUV | 133.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 205 | 0.37 | 0.40 | 0 | 0.20 | 245.78 | 0.45 | 0.64 |
| Hex | 82 | 7A | CD | 25 | 28 | 0 | 14 | F6 | 2D | 40 |
| Octal | 202 | 172 | 315 | 45 | 50 | 0 | 24 | 366 | 55 | 100 |
| Binary | 10000010 | 1111010 | 11001101 | 100101 | 101000 | 0 | 10100 | 11110110 | 101101 | 1000000 |
Color Harmonies of #827ACD
Complementary color
Monochromatic Colors of #827ACD
Black with #827ACD
Text Example
Text Example
White with #827ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827ACD; }
p { color: rgb(130,122,205); }
H1.HeaderClassName
{
color: #827ACD;
}
.AnyTagClassName
{
color: #827ACD;
}
</style>
background-color css
<style>
a { background-color: #827ACD; }
a { background-color: rgb(130,122,205); }
div.DivClassName
{
background-color: #827ACD;
}
.BgClassName
{
background-color: #827ACD;
}
</style>
border-color css
<style>
span { border-color: #827ACD; }
span { border-color: rgb(130,122,205); }
td.TdClassName
{
border-color: #827ACD;
}
.TagClassName
{
border-color: #827ACD;
}
</style>