Shades of Moody Blue #8D86CA
Tints of Moody Blue #8D86CA
RGB
CMYK
RGB Variations
Color information
#8D86CA (or 0x8D86CA) is known color: Moody Blue. HEX triplet: 8D, 86 and CA. RGB value is (141,134,202). Sum of RGB (Red+Green+Blue) = 141+134+202=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D86CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D86CA is #727935. Grayscale: #8F8F8F. Windows color (decimal): -7502134 or 13272717. OLE color: 13272717.
HSL color Cylindrical-coordinate representation of color #8D86CA: hue angle of 246.18º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D86CA is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 134 | 202 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.21 |
| HSL | 246.18º | 0.39% | 0.66% | - |
| HSV(B) | 246.18º | 0.34% | 0.79% | - |
| XYZ | 30.17 | 26.98 | 59.49 | - |
| YUV | 143.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 202 | 0.30 | 0.34 | 0 | 0.21 | 246.18 | 0.39 | 0.66 |
| Hex | 8D | 86 | CA | 1E | 22 | 0 | 15 | F6 | 27 | 42 |
| Octal | 215 | 206 | 312 | 36 | 42 | 0 | 25 | 366 | 47 | 102 |
| Binary | 10001101 | 10000110 | 11001010 | 11110 | 100010 | 0 | 10101 | 11110110 | 100111 | 1000010 |
Color Harmonies of #8D86CA
Complementary color
Monochromatic Colors of #8D86CA
Black with #8D86CA
Text Example
Text Example
White with #8D86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D86CA; }
p { color: rgb(141,134,202); }
H1.HeaderClassName
{
color: #8D86CA;
}
.AnyTagClassName
{
color: #8D86CA;
}
</style>
background-color css
<style>
a { background-color: #8D86CA; }
a { background-color: rgb(141,134,202); }
div.DivClassName
{
background-color: #8D86CA;
}
.BgClassName
{
background-color: #8D86CA;
}
</style>
border-color css
<style>
span { border-color: #8D86CA; }
span { border-color: rgb(141,134,202); }
td.TdClassName
{
border-color: #8D86CA;
}
.TagClassName
{
border-color: #8D86CA;
}
</style>