Shades of Moody Blue #8C7DD5
Tints of Moody Blue #8C7DD5
RGB
CMYK
RGB Variations
Color information
#8C7DD5 (or 0x8C7DD5) is known color: Moody Blue. HEX triplet: 8C, 7D and D5. RGB value is (140,125,213). Sum of RGB (Red+Green+Blue) = 140+125+213=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #8C7DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DD5 is #73822A. Grayscale: #8B8B8B. Windows color (decimal): -7569963 or 13991308. OLE color: 13991308.
HSL color Cylindrical-coordinate representation of color #8C7DD5: hue angle of 250.23º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C7DD5 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 125 | 213 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.16 |
| HSL | 250.23º | 0.51% | 0.66% | - |
| HSV(B) | 250.23º | 0.41% | 0.84% | - |
| XYZ | 30.16 | 25.05 | 66.2 | - |
| YUV | 139.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 213 | 0.34 | 0.41 | 0 | 0.16 | 250.23 | 0.51 | 0.66 |
| Hex | 8C | 7D | D5 | 22 | 29 | 0 | 10 | FA | 33 | 42 |
| Octal | 214 | 175 | 325 | 42 | 51 | 0 | 20 | 372 | 63 | 102 |
| Binary | 10001100 | 1111101 | 11010101 | 100010 | 101001 | 0 | 10000 | 11111010 | 110011 | 1000010 |
Color Harmonies of #8C7DD5
Complementary color
Monochromatic Colors of #8C7DD5
Black with #8C7DD5
Text Example
Text Example
White with #8C7DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DD5; }
p { color: rgb(140,125,213); }
H1.HeaderClassName
{
color: #8C7DD5;
}
.AnyTagClassName
{
color: #8C7DD5;
}
</style>
background-color css
<style>
a { background-color: #8C7DD5; }
a { background-color: rgb(140,125,213); }
div.DivClassName
{
background-color: #8C7DD5;
}
.BgClassName
{
background-color: #8C7DD5;
}
</style>
border-color css
<style>
span { border-color: #8C7DD5; }
span { border-color: rgb(140,125,213); }
td.TdClassName
{
border-color: #8C7DD5;
}
.TagClassName
{
border-color: #8C7DD5;
}
</style>