Shades of Moody Blue #827ECF
Tints of Moody Blue #827ECF
RGB
CMYK
RGB Variations
Color information
#827ECF (or 0x827ECF) is known color: Moody Blue. HEX triplet: 82, 7E and CF. RGB value is (130,126,207). Sum of RGB (Red+Green+Blue) = 130+126+207=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #827ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ECF is #7D8130. Grayscale: #888888. Windows color (decimal): -8225073 or 13598338. OLE color: 13598338.
HSL color Cylindrical-coordinate representation of color #827ECF: hue angle of 242.96º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #827ECF is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 126 | 207 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.19 |
| HSL | 242.96º | 0.46% | 0.65% | - |
| HSV(B) | 242.96º | 0.39% | 0.81% | - |
| XYZ | 27.93 | 24.17 | 62.23 | - |
| YUV | 136.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 207 | 0.37 | 0.39 | 0 | 0.19 | 242.96 | 0.46 | 0.65 |
| Hex | 82 | 7E | CF | 25 | 27 | 0 | 13 | F3 | 2E | 41 |
| Octal | 202 | 176 | 317 | 45 | 47 | 0 | 23 | 363 | 56 | 101 |
| Binary | 10000010 | 1111110 | 11001111 | 100101 | 100111 | 0 | 10011 | 11110011 | 101110 | 1000001 |
Color Harmonies of #827ECF
Complementary color
Monochromatic Colors of #827ECF
Black with #827ECF
Text Example
Text Example
White with #827ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827ECF; }
p { color: rgb(130,126,207); }
H1.HeaderClassName
{
color: #827ECF;
}
.AnyTagClassName
{
color: #827ECF;
}
</style>
background-color css
<style>
a { background-color: #827ECF; }
a { background-color: rgb(130,126,207); }
div.DivClassName
{
background-color: #827ECF;
}
.BgClassName
{
background-color: #827ECF;
}
</style>
border-color css
<style>
span { border-color: #827ECF; }
span { border-color: rgb(130,126,207); }
td.TdClassName
{
border-color: #827ECF;
}
.TagClassName
{
border-color: #827ECF;
}
</style>