Shades of Moody Blue #827ED6
Tints of Moody Blue #827ED6
RGB
CMYK
RGB Variations
Color information
#827ED6 (or 0x827ED6) is known color: Moody Blue. HEX triplet: 82, 7E and D6. RGB value is (130,126,214). Sum of RGB (Red+Green+Blue) = 130+126+214=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #827ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ED6 is #7D8129. Grayscale: #888888. Windows color (decimal): -8225066 or 14057090. OLE color: 14057090.
HSL color Cylindrical-coordinate representation of color #827ED6: hue angle of 242.73º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #827ED6 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 126 | 214 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.16 |
| HSL | 242.73º | 0.52% | 0.67% | - |
| HSV(B) | 242.73º | 0.41% | 0.84% | - |
| XYZ | 28.8 | 24.52 | 66.83 | - |
| YUV | 137.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 214 | 0.39 | 0.41 | 0 | 0.16 | 242.73 | 0.52 | 0.67 |
| Hex | 82 | 7E | D6 | 27 | 29 | 0 | 10 | F3 | 34 | 43 |
| Octal | 202 | 176 | 326 | 47 | 51 | 0 | 20 | 363 | 64 | 103 |
| Binary | 10000010 | 1111110 | 11010110 | 100111 | 101001 | 0 | 10000 | 11110011 | 110100 | 1000011 |
Color Harmonies of #827ED6
Complementary color
Monochromatic Colors of #827ED6
Black with #827ED6
Text Example
Text Example
White with #827ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827ED6; }
p { color: rgb(130,126,214); }
H1.HeaderClassName
{
color: #827ED6;
}
.AnyTagClassName
{
color: #827ED6;
}
</style>
background-color css
<style>
a { background-color: #827ED6; }
a { background-color: rgb(130,126,214); }
div.DivClassName
{
background-color: #827ED6;
}
.BgClassName
{
background-color: #827ED6;
}
</style>
border-color css
<style>
span { border-color: #827ED6; }
span { border-color: rgb(130,126,214); }
td.TdClassName
{
border-color: #827ED6;
}
.TagClassName
{
border-color: #827ED6;
}
</style>