Shades of Moody Blue #827ECD
Tints of Moody Blue #827ECD
RGB
CMYK
RGB Variations
Color information
#827ECD (or 0x827ECD) is known color: Moody Blue. HEX triplet: 82, 7E and CD. RGB value is (130,126,205). Sum of RGB (Red+Green+Blue) = 130+126+205=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #827ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ECD is #7D8132. Grayscale: #878787. Windows color (decimal): -8225075 or 13467266. OLE color: 13467266.
HSL color Cylindrical-coordinate representation of color #827ECD: hue angle of 243.04º 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 #827ECD is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 126 | 205 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.20 |
| HSL | 243.04º | 0.44% | 0.65% | - |
| HSV(B) | 243.04º | 0.39% | 0.8% | - |
| XYZ | 27.69 | 24.08 | 60.95 | - |
| YUV | 136.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 205 | 0.37 | 0.39 | 0 | 0.20 | 243.04 | 0.44 | 0.65 |
| Hex | 82 | 7E | CD | 25 | 27 | 0 | 14 | F3 | 2C | 41 |
| Octal | 202 | 176 | 315 | 45 | 47 | 0 | 24 | 363 | 54 | 101 |
| Binary | 10000010 | 1111110 | 11001101 | 100101 | 100111 | 0 | 10100 | 11110011 | 101100 | 1000001 |
Color Harmonies of #827ECD
Complementary color
Monochromatic Colors of #827ECD
Black with #827ECD
Text Example
Text Example
White with #827ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827ECD; }
p { color: rgb(130,126,205); }
H1.HeaderClassName
{
color: #827ECD;
}
.AnyTagClassName
{
color: #827ECD;
}
</style>
background-color css
<style>
a { background-color: #827ECD; }
a { background-color: rgb(130,126,205); }
div.DivClassName
{
background-color: #827ECD;
}
.BgClassName
{
background-color: #827ECD;
}
</style>
border-color css
<style>
span { border-color: #827ECD; }
span { border-color: rgb(130,126,205); }
td.TdClassName
{
border-color: #827ECD;
}
.TagClassName
{
border-color: #827ECD;
}
</style>