Shades of Moody Blue #8D7DCA
Tints of Moody Blue #8D7DCA
RGB
CMYK
RGB Variations
Color information
#8D7DCA (or 0x8D7DCA) is known color: Moody Blue. HEX triplet: 8D, 7D and CA. RGB value is (141,125,202). Sum of RGB (Red+Green+Blue) = 141+125+202=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D7DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DCA is #728235. Grayscale: #8A8A8A. Windows color (decimal): -7504438 or 13270413. OLE color: 13270413.
HSL color Cylindrical-coordinate representation of color #8D7DCA: hue angle of 252.47º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D7DCA is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 125 | 202 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.21 |
| HSL | 252.47º | 0.42% | 0.64% | - |
| HSV(B) | 252.47º | 0.38% | 0.79% | - |
| XYZ | 28.98 | 24.59 | 59.1 | - |
| YUV | 138.56 | 163.8 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 202 | 0.30 | 0.38 | 0 | 0.21 | 252.47 | 0.42 | 0.64 |
| Hex | 8D | 7D | CA | 1E | 26 | 0 | 15 | FC | 2A | 40 |
| Octal | 215 | 175 | 312 | 36 | 46 | 0 | 25 | 374 | 52 | 100 |
| Binary | 10001101 | 1111101 | 11001010 | 11110 | 100110 | 0 | 10101 | 11111100 | 101010 | 1000000 |
Color Harmonies of #8D7DCA
Complementary color
Monochromatic Colors of #8D7DCA
Black with #8D7DCA
Text Example
Text Example
White with #8D7DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7DCA; }
p { color: rgb(141,125,202); }
H1.HeaderClassName
{
color: #8D7DCA;
}
.AnyTagClassName
{
color: #8D7DCA;
}
</style>
background-color css
<style>
a { background-color: #8D7DCA; }
a { background-color: rgb(141,125,202); }
div.DivClassName
{
background-color: #8D7DCA;
}
.BgClassName
{
background-color: #8D7DCA;
}
</style>
border-color css
<style>
span { border-color: #8D7DCA; }
span { border-color: rgb(141,125,202); }
td.TdClassName
{
border-color: #8D7DCA;
}
.TagClassName
{
border-color: #8D7DCA;
}
</style>