Shades of Moody Blue #827ED5
Tints of Moody Blue #827ED5
RGB
CMYK
RGB Variations
Color information
#827ED5 (or 0x827ED5) is known color: Moody Blue. HEX triplet: 82, 7E and D5. RGB value is (130,126,213). Sum of RGB (Red+Green+Blue) = 130+126+213=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #827ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ED5 is #7D812A. Grayscale: #888888. Windows color (decimal): -8225067 or 13991554. OLE color: 13991554.
HSL color Cylindrical-coordinate representation of color #827ED5: hue angle of 242.76º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #827ED5 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 126 | 213 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.16 |
| HSL | 242.76º | 0.51% | 0.66% | - |
| HSV(B) | 242.76º | 0.41% | 0.84% | - |
| XYZ | 28.68 | 24.47 | 66.16 | - |
| YUV | 137.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 213 | 0.39 | 0.41 | 0 | 0.16 | 242.76 | 0.51 | 0.66 |
| Hex | 82 | 7E | D5 | 27 | 29 | 0 | 10 | F3 | 33 | 42 |
| Octal | 202 | 176 | 325 | 47 | 51 | 0 | 20 | 363 | 63 | 102 |
| Binary | 10000010 | 1111110 | 11010101 | 100111 | 101001 | 0 | 10000 | 11110011 | 110011 | 1000010 |
Color Harmonies of #827ED5
Complementary color
Monochromatic Colors of #827ED5
Black with #827ED5
Text Example
Text Example
White with #827ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827ED5; }
p { color: rgb(130,126,213); }
H1.HeaderClassName
{
color: #827ED5;
}
.AnyTagClassName
{
color: #827ED5;
}
</style>
background-color css
<style>
a { background-color: #827ED5; }
a { background-color: rgb(130,126,213); }
div.DivClassName
{
background-color: #827ED5;
}
.BgClassName
{
background-color: #827ED5;
}
</style>
border-color css
<style>
span { border-color: #827ED5; }
span { border-color: rgb(130,126,213); }
td.TdClassName
{
border-color: #827ED5;
}
.TagClassName
{
border-color: #827ED5;
}
</style>