Shades of Moody Blue #8C7DD3
Tints of Moody Blue #8C7DD3
RGB
CMYK
RGB Variations
Color information
#8C7DD3 (or 0x8C7DD3) is known color: Moody Blue. HEX triplet: 8C, 7D and D3. RGB value is (140,125,211). Sum of RGB (Red+Green+Blue) = 140+125+211=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #8C7DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DD3 is #73822C. Grayscale: #8A8A8A. Windows color (decimal): -7569965 or 13860236. OLE color: 13860236.
HSL color Cylindrical-coordinate representation of color #8C7DD3: hue angle of 250.47º 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 #8C7DD3 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 125 | 211 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.17 |
| HSL | 250.47º | 0.49% | 0.66% | - |
| HSV(B) | 250.47º | 0.41% | 0.83% | - |
| XYZ | 29.91 | 24.95 | 64.87 | - |
| YUV | 139.29 | 168.47 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 211 | 0.34 | 0.41 | 0 | 0.17 | 250.47 | 0.49 | 0.66 |
| Hex | 8C | 7D | D3 | 22 | 29 | 0 | 11 | FA | 31 | 42 |
| Octal | 214 | 175 | 323 | 42 | 51 | 0 | 21 | 372 | 61 | 102 |
| Binary | 10001100 | 1111101 | 11010011 | 100010 | 101001 | 0 | 10001 | 11111010 | 110001 | 1000010 |
Color Harmonies of #8C7DD3
Complementary color
Monochromatic Colors of #8C7DD3
Black with #8C7DD3
Text Example
Text Example
White with #8C7DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DD3; }
p { color: rgb(140,125,211); }
H1.HeaderClassName
{
color: #8C7DD3;
}
.AnyTagClassName
{
color: #8C7DD3;
}
</style>
background-color css
<style>
a { background-color: #8C7DD3; }
a { background-color: rgb(140,125,211); }
div.DivClassName
{
background-color: #8C7DD3;
}
.BgClassName
{
background-color: #8C7DD3;
}
</style>
border-color css
<style>
span { border-color: #8C7DD3; }
span { border-color: rgb(140,125,211); }
td.TdClassName
{
border-color: #8C7DD3;
}
.TagClassName
{
border-color: #8C7DD3;
}
</style>