Shades of Moody Blue #8D7DD4
Tints of Moody Blue #8D7DD4
RGB
CMYK
RGB Variations
Color information
#8D7DD4 (or 0x8D7DD4) is known color: Moody Blue. HEX triplet: 8D, 7D and D4. RGB value is (141,125,212). Sum of RGB (Red+Green+Blue) = 141+125+212=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 212 - color contains mainly: blue. Hex color #8D7DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DD4 is #72822B. Grayscale: #8B8B8B. Windows color (decimal): -7504428 or 13925773. OLE color: 13925773.
HSL color Cylindrical-coordinate representation of color #8D7DD4: hue angle of 251.03º degrees, saturation: 0.5, 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 #8D7DD4 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 125 | 212 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.17 |
| HSL | 251.03º | 0.5% | 0.66% | - |
| HSV(B) | 251.03º | 0.41% | 0.83% | - |
| XYZ | 30.2 | 25.08 | 65.54 | - |
| YUV | 139.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 212 | 0.33 | 0.41 | 0 | 0.17 | 251.03 | 0.5 | 0.66 |
| Hex | 8D | 7D | D4 | 21 | 29 | 0 | 11 | FB | 32 | 42 |
| Octal | 215 | 175 | 324 | 41 | 51 | 0 | 21 | 373 | 62 | 102 |
| Binary | 10001101 | 1111101 | 11010100 | 100001 | 101001 | 0 | 10001 | 11111011 | 110010 | 1000010 |
Color Harmonies of #8D7DD4
Complementary color
Monochromatic Colors of #8D7DD4
Black with #8D7DD4
Text Example
Text Example
White with #8D7DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7DD4; }
p { color: rgb(141,125,212); }
H1.HeaderClassName
{
color: #8D7DD4;
}
.AnyTagClassName
{
color: #8D7DD4;
}
</style>
background-color css
<style>
a { background-color: #8D7DD4; }
a { background-color: rgb(141,125,212); }
div.DivClassName
{
background-color: #8D7DD4;
}
.BgClassName
{
background-color: #8D7DD4;
}
</style>
border-color css
<style>
span { border-color: #8D7DD4; }
span { border-color: rgb(141,125,212); }
td.TdClassName
{
border-color: #8D7DD4;
}
.TagClassName
{
border-color: #8D7DD4;
}
</style>