Shades of Moody Blue #827EC9
Tints of Moody Blue #827EC9
RGB
CMYK
RGB Variations
Color information
#827EC9 (or 0x827EC9) is known color: Moody Blue. HEX triplet: 82, 7E and C9. RGB value is (130,126,201). Sum of RGB (Red+Green+Blue) = 130+126+201=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #827EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EC9 is #7D8136. Grayscale: #878787. Windows color (decimal): -8225079 or 13205122. OLE color: 13205122.
HSL color Cylindrical-coordinate representation of color #827EC9: hue angle of 243.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #827EC9 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 126 | 201 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.21 |
| HSL | 243.2º | 0.41% | 0.64% | - |
| HSV(B) | 243.2º | 0.37% | 0.79% | - |
| XYZ | 27.21 | 23.88 | 58.43 | - |
| YUV | 135.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 201 | 0.35 | 0.37 | 0 | 0.21 | 243.2 | 0.41 | 0.64 |
| Hex | 82 | 7E | C9 | 23 | 25 | 0 | 15 | F3 | 29 | 40 |
| Octal | 202 | 176 | 311 | 43 | 45 | 0 | 25 | 363 | 51 | 100 |
| Binary | 10000010 | 1111110 | 11001001 | 100011 | 100101 | 0 | 10101 | 11110011 | 101001 | 1000000 |
Color Harmonies of #827EC9
Complementary color
Monochromatic Colors of #827EC9
Black with #827EC9
Text Example
Text Example
White with #827EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827EC9; }
p { color: rgb(130,126,201); }
H1.HeaderClassName
{
color: #827EC9;
}
.AnyTagClassName
{
color: #827EC9;
}
</style>
background-color css
<style>
a { background-color: #827EC9; }
a { background-color: rgb(130,126,201); }
div.DivClassName
{
background-color: #827EC9;
}
.BgClassName
{
background-color: #827EC9;
}
</style>
border-color css
<style>
span { border-color: #827EC9; }
span { border-color: rgb(130,126,201); }
td.TdClassName
{
border-color: #827EC9;
}
.TagClassName
{
border-color: #827EC9;
}
</style>