Shades of Moody Blue #8D7DD3
Tints of Moody Blue #8D7DD3
RGB
CMYK
RGB Variations
Color information
#8D7DD3 (or 0x8D7DD3) is known color: Moody Blue. HEX triplet: 8D, 7D and D3. RGB value is (141,125,211). Sum of RGB (Red+Green+Blue) = 141+125+211=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #8D7DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DD3 is #72822C. Grayscale: #8B8B8B. Windows color (decimal): -7504429 or 13860237. OLE color: 13860237.
HSL color Cylindrical-coordinate representation of color #8D7DD3: hue angle of 251.16º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D7DD3 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 125 | 211 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.17 |
| HSL | 251.16º | 0.49% | 0.66% | - |
| HSV(B) | 251.16º | 0.41% | 0.83% | - |
| XYZ | 30.08 | 25.03 | 64.87 | - |
| YUV | 139.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 211 | 0.33 | 0.41 | 0 | 0.17 | 251.16 | 0.49 | 0.66 |
| Hex | 8D | 7D | D3 | 21 | 29 | 0 | 11 | FB | 31 | 42 |
| Octal | 215 | 175 | 323 | 41 | 51 | 0 | 21 | 373 | 61 | 102 |
| Binary | 10001101 | 1111101 | 11010011 | 100001 | 101001 | 0 | 10001 | 11111011 | 110001 | 1000010 |
Color Harmonies of #8D7DD3
Complementary color
Monochromatic Colors of #8D7DD3
Black with #8D7DD3
Text Example
Text Example
White with #8D7DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7DD3; }
p { color: rgb(141,125,211); }
H1.HeaderClassName
{
color: #8D7DD3;
}
.AnyTagClassName
{
color: #8D7DD3;
}
</style>
background-color css
<style>
a { background-color: #8D7DD3; }
a { background-color: rgb(141,125,211); }
div.DivClassName
{
background-color: #8D7DD3;
}
.BgClassName
{
background-color: #8D7DD3;
}
</style>
border-color css
<style>
span { border-color: #8D7DD3; }
span { border-color: rgb(141,125,211); }
td.TdClassName
{
border-color: #8D7DD3;
}
.TagClassName
{
border-color: #8D7DD3;
}
</style>