Shades of Moody Blue #8D82CE
Tints of Moody Blue #8D82CE
RGB
CMYK
RGB Variations
Color information
#8D82CE (or 0x8D82CE) is known color: Moody Blue. HEX triplet: 8D, 82 and CE. RGB value is (141,130,206). Sum of RGB (Red+Green+Blue) = 141+130+206=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D82CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D82CE is #727D31. Grayscale: #8D8D8D. Windows color (decimal): -7503154 or 13533837. OLE color: 13533837.
HSL color Cylindrical-coordinate representation of color #8D82CE: hue angle of 248.68º degrees, saturation: 0.44, 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 #8D82CE is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 130 | 206 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.19 |
| HSL | 248.68º | 0.44% | 0.66% | - |
| HSV(B) | 248.68º | 0.37% | 0.81% | - |
| XYZ | 30.11 | 26.08 | 61.84 | - |
| YUV | 141.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 206 | 0.32 | 0.37 | 0 | 0.19 | 248.68 | 0.44 | 0.66 |
| Hex | 8D | 82 | CE | 20 | 25 | 0 | 13 | F9 | 2C | 42 |
| Octal | 215 | 202 | 316 | 40 | 45 | 0 | 23 | 371 | 54 | 102 |
| Binary | 10001101 | 10000010 | 11001110 | 100000 | 100101 | 0 | 10011 | 11111001 | 101100 | 1000010 |
Color Harmonies of #8D82CE
Complementary color
Monochromatic Colors of #8D82CE
Black with #8D82CE
Text Example
Text Example
White with #8D82CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D82CE; }
p { color: rgb(141,130,206); }
H1.HeaderClassName
{
color: #8D82CE;
}
.AnyTagClassName
{
color: #8D82CE;
}
</style>
background-color css
<style>
a { background-color: #8D82CE; }
a { background-color: rgb(141,130,206); }
div.DivClassName
{
background-color: #8D82CE;
}
.BgClassName
{
background-color: #8D82CE;
}
</style>
border-color css
<style>
span { border-color: #8D82CE; }
span { border-color: rgb(141,130,206); }
td.TdClassName
{
border-color: #8D82CE;
}
.TagClassName
{
border-color: #8D82CE;
}
</style>