Shades of Moody Blue #8D82CF
Tints of Moody Blue #8D82CF
RGB
CMYK
RGB Variations
Color information
#8D82CF (or 0x8D82CF) is known color: Moody Blue. HEX triplet: 8D, 82 and CF. RGB value is (141,130,207). Sum of RGB (Red+Green+Blue) = 141+130+207=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D82CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D82CF is #727D30. Grayscale: #8D8D8D. Windows color (decimal): -7503153 or 13599373. OLE color: 13599373.
HSL color Cylindrical-coordinate representation of color #8D82CF: hue angle of 248.57º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D82CF is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 130 | 207 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.19 |
| HSL | 248.57º | 0.45% | 0.66% | - |
| HSV(B) | 248.57º | 0.37% | 0.81% | - |
| XYZ | 30.23 | 26.13 | 62.48 | - |
| YUV | 142.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 207 | 0.32 | 0.37 | 0 | 0.19 | 248.57 | 0.45 | 0.66 |
| Hex | 8D | 82 | CF | 20 | 25 | 0 | 13 | F9 | 2D | 42 |
| Octal | 215 | 202 | 317 | 40 | 45 | 0 | 23 | 371 | 55 | 102 |
| Binary | 10001101 | 10000010 | 11001111 | 100000 | 100101 | 0 | 10011 | 11111001 | 101101 | 1000010 |
Color Harmonies of #8D82CF
Complementary color
Monochromatic Colors of #8D82CF
Black with #8D82CF
Text Example
Text Example
White with #8D82CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D82CF; }
p { color: rgb(141,130,207); }
H1.HeaderClassName
{
color: #8D82CF;
}
.AnyTagClassName
{
color: #8D82CF;
}
</style>
background-color css
<style>
a { background-color: #8D82CF; }
a { background-color: rgb(141,130,207); }
div.DivClassName
{
background-color: #8D82CF;
}
.BgClassName
{
background-color: #8D82CF;
}
</style>
border-color css
<style>
span { border-color: #8D82CF; }
span { border-color: rgb(141,130,207); }
td.TdClassName
{
border-color: #8D82CF;
}
.TagClassName
{
border-color: #8D82CF;
}
</style>