Shades of Moody Blue #827EC1
Tints of Moody Blue #827EC1
RGB
CMYK
RGB Variations
Color information
#827EC1 (or 0x827EC1) is known color: Moody Blue. HEX triplet: 82, 7E and C1. RGB value is (130,126,193). Sum of RGB (Red+Green+Blue) = 130+126+193=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #827EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EC1 is #7D813E. Grayscale: #868686. Windows color (decimal): -8225087 or 12680834. OLE color: 12680834.
HSL color Cylindrical-coordinate representation of color #827EC1: hue angle of 243.58º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827EC1 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 126 | 193 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.24 |
| HSL | 243.58º | 0.35% | 0.63% | - |
| HSV(B) | 243.58º | 0.35% | 0.76% | - |
| XYZ | 26.29 | 23.52 | 53.61 | - |
| YUV | 134.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 193 | 0.33 | 0.35 | 0 | 0.24 | 243.58 | 0.35 | 0.63 |
| Hex | 82 | 7E | C1 | 21 | 23 | 0 | 18 | F4 | 23 | 3F |
| Octal | 202 | 176 | 301 | 41 | 43 | 0 | 30 | 364 | 43 | 77 |
| Binary | 10000010 | 1111110 | 11000001 | 100001 | 100011 | 0 | 11000 | 11110100 | 100011 | 111111 |
Color Harmonies of #827EC1
Complementary color
Monochromatic Colors of #827EC1
Black with #827EC1
Text Example
Text Example
White with #827EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827EC1; }
p { color: rgb(130,126,193); }
H1.HeaderClassName
{
color: #827EC1;
}
.AnyTagClassName
{
color: #827EC1;
}
</style>
background-color css
<style>
a { background-color: #827EC1; }
a { background-color: rgb(130,126,193); }
div.DivClassName
{
background-color: #827EC1;
}
.BgClassName
{
background-color: #827EC1;
}
</style>
border-color css
<style>
span { border-color: #827EC1; }
span { border-color: rgb(130,126,193); }
td.TdClassName
{
border-color: #827EC1;
}
.TagClassName
{
border-color: #827EC1;
}
</style>