Shades of Moody Blue #8B7DCF
Tints of Moody Blue #8B7DCF
RGB
CMYK
RGB Variations
Color information
#8B7DCF (or 0x8B7DCF) is known color: Moody Blue. HEX triplet: 8B, 7D and CF. RGB value is (139,125,207). Sum of RGB (Red+Green+Blue) = 139+125+207=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B7DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7DCF is #748230. Grayscale: #8A8A8A. Windows color (decimal): -7635505 or 13598091. OLE color: 13598091.
HSL color Cylindrical-coordinate representation of color #8B7DCF: hue angle of 250.24º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B7DCF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 125 | 207 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.19 |
| HSL | 250.24º | 0.46% | 0.65% | - |
| HSV(B) | 250.24º | 0.4% | 0.81% | - |
| XYZ | 29.24 | 24.66 | 62.25 | - |
| YUV | 138.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 207 | 0.33 | 0.40 | 0 | 0.19 | 250.24 | 0.46 | 0.65 |
| Hex | 8B | 7D | CF | 21 | 28 | 0 | 13 | FA | 2E | 41 |
| Octal | 213 | 175 | 317 | 41 | 50 | 0 | 23 | 372 | 56 | 101 |
| Binary | 10001011 | 1111101 | 11001111 | 100001 | 101000 | 0 | 10011 | 11111010 | 101110 | 1000001 |
Color Harmonies of #8B7DCF
Complementary color
Monochromatic Colors of #8B7DCF
Black with #8B7DCF
Text Example
Text Example
White with #8B7DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7DCF; }
p { color: rgb(139,125,207); }
H1.HeaderClassName
{
color: #8B7DCF;
}
.AnyTagClassName
{
color: #8B7DCF;
}
</style>
background-color css
<style>
a { background-color: #8B7DCF; }
a { background-color: rgb(139,125,207); }
div.DivClassName
{
background-color: #8B7DCF;
}
.BgClassName
{
background-color: #8B7DCF;
}
</style>
border-color css
<style>
span { border-color: #8B7DCF; }
span { border-color: rgb(139,125,207); }
td.TdClassName
{
border-color: #8B7DCF;
}
.TagClassName
{
border-color: #8B7DCF;
}
</style>