Shades of Moody Blue #8B7DD3
Tints of Moody Blue #8B7DD3
RGB
CMYK
RGB Variations
Color information
#8B7DD3 (or 0x8B7DD3) is known color: Moody Blue. HEX triplet: 8B, 7D and D3. RGB value is (139,125,211). Sum of RGB (Red+Green+Blue) = 139+125+211=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #8B7DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7DD3 is #74822C. Grayscale: #8A8A8A. Windows color (decimal): -7635501 or 13860235. OLE color: 13860235.
HSL color Cylindrical-coordinate representation of color #8B7DD3: hue angle of 249.77º 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 #8B7DD3 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 125 | 211 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.17 |
| HSL | 249.77º | 0.49% | 0.66% | - |
| HSV(B) | 249.77º | 0.41% | 0.83% | - |
| XYZ | 29.74 | 24.86 | 64.86 | - |
| YUV | 138.99 | 168.64 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 211 | 0.34 | 0.41 | 0 | 0.17 | 249.77 | 0.49 | 0.66 |
| Hex | 8B | 7D | D3 | 22 | 29 | 0 | 11 | FA | 31 | 42 |
| Octal | 213 | 175 | 323 | 42 | 51 | 0 | 21 | 372 | 61 | 102 |
| Binary | 10001011 | 1111101 | 11010011 | 100010 | 101001 | 0 | 10001 | 11111010 | 110001 | 1000010 |
Color Harmonies of #8B7DD3
Complementary color
Monochromatic Colors of #8B7DD3
Black with #8B7DD3
Text Example
Text Example
White with #8B7DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7DD3; }
p { color: rgb(139,125,211); }
H1.HeaderClassName
{
color: #8B7DD3;
}
.AnyTagClassName
{
color: #8B7DD3;
}
</style>
background-color css
<style>
a { background-color: #8B7DD3; }
a { background-color: rgb(139,125,211); }
div.DivClassName
{
background-color: #8B7DD3;
}
.BgClassName
{
background-color: #8B7DD3;
}
</style>
border-color css
<style>
span { border-color: #8B7DD3; }
span { border-color: rgb(139,125,211); }
td.TdClassName
{
border-color: #8B7DD3;
}
.TagClassName
{
border-color: #8B7DD3;
}
</style>