Shades of Moody Blue #827DCD
Tints of Moody Blue #827DCD
RGB
CMYK
RGB Variations
Color information
#827DCD (or 0x827DCD) is known color: Moody Blue. HEX triplet: 82, 7D and CD. RGB value is (130,125,205). Sum of RGB (Red+Green+Blue) = 130+125+205=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #827DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DCD is #7D8232. Grayscale: #878787. Windows color (decimal): -8225331 or 13467010. OLE color: 13467010.
HSL color Cylindrical-coordinate representation of color #827DCD: hue angle of 243.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #827DCD is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 125 | 205 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.20 |
| HSL | 243.75º | 0.44% | 0.65% | - |
| HSV(B) | 243.75º | 0.39% | 0.8% | - |
| XYZ | 27.56 | 23.82 | 60.9 | - |
| YUV | 135.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 205 | 0.37 | 0.39 | 0 | 0.20 | 243.75 | 0.44 | 0.65 |
| Hex | 82 | 7D | CD | 25 | 27 | 0 | 14 | F4 | 2C | 41 |
| Octal | 202 | 175 | 315 | 45 | 47 | 0 | 24 | 364 | 54 | 101 |
| Binary | 10000010 | 1111101 | 11001101 | 100101 | 100111 | 0 | 10100 | 11110100 | 101100 | 1000001 |
Color Harmonies of #827DCD
Complementary color
Monochromatic Colors of #827DCD
Black with #827DCD
Text Example
Text Example
White with #827DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827DCD; }
p { color: rgb(130,125,205); }
H1.HeaderClassName
{
color: #827DCD;
}
.AnyTagClassName
{
color: #827DCD;
}
</style>
background-color css
<style>
a { background-color: #827DCD; }
a { background-color: rgb(130,125,205); }
div.DivClassName
{
background-color: #827DCD;
}
.BgClassName
{
background-color: #827DCD;
}
</style>
border-color css
<style>
span { border-color: #827DCD; }
span { border-color: rgb(130,125,205); }
td.TdClassName
{
border-color: #827DCD;
}
.TagClassName
{
border-color: #827DCD;
}
</style>