Shades of Moody Blue #827EDE
Tints of Moody Blue #827EDE
RGB
CMYK
RGB Variations
Color information
#827EDE (or 0x827EDE) is known color: Moody Blue. HEX triplet: 82, 7E and DE. RGB value is (130,126,222). Sum of RGB (Red+Green+Blue) = 130+126+222=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #827EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EDE is #7D8121. Grayscale: #898989. Windows color (decimal): -8225058 or 14581378. OLE color: 14581378.
HSL color Cylindrical-coordinate representation of color #827EDE: hue angle of 242.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #827EDE is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 126 | 222 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.13 |
| HSL | 242.5º | 0.59% | 0.68% | - |
| HSV(B) | 242.5º | 0.43% | 0.87% | - |
| XYZ | 29.85 | 24.94 | 72.35 | - |
| YUV | 138.14 | 175.33 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 222 | 0.41 | 0.43 | 0 | 0.13 | 242.5 | 0.59 | 0.68 |
| Hex | 82 | 7E | DE | 29 | 2B | 0 | D | F2 | 3B | 44 |
| Octal | 202 | 176 | 336 | 51 | 53 | 0 | 15 | 362 | 73 | 104 |
| Binary | 10000010 | 1111110 | 11011110 | 101001 | 101011 | 0 | 1101 | 11110010 | 111011 | 1000100 |
Color Harmonies of #827EDE
Complementary color
Monochromatic Colors of #827EDE
Black with #827EDE
Text Example
Text Example
White with #827EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827EDE; }
p { color: rgb(130,126,222); }
H1.HeaderClassName
{
color: #827EDE;
}
.AnyTagClassName
{
color: #827EDE;
}
</style>
background-color css
<style>
a { background-color: #827EDE; }
a { background-color: rgb(130,126,222); }
div.DivClassName
{
background-color: #827EDE;
}
.BgClassName
{
background-color: #827EDE;
}
</style>
border-color css
<style>
span { border-color: #827EDE; }
span { border-color: rgb(130,126,222); }
td.TdClassName
{
border-color: #827EDE;
}
.TagClassName
{
border-color: #827EDE;
}
</style>