Shades of Moody Blue #8D84CB
Tints of Moody Blue #8D84CB
RGB
CMYK
RGB Variations
Color information
#8D84CB (or 0x8D84CB) is known color: Moody Blue. HEX triplet: 8D, 84 and CB. RGB value is (141,132,203). Sum of RGB (Red+Green+Blue) = 141+132+203=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D84CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D84CB is #727B34. Grayscale: #8E8E8E. Windows color (decimal): -7502645 or 13337741. OLE color: 13337741.
HSL color Cylindrical-coordinate representation of color #8D84CB: hue angle of 247.61º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D84CB is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 132 | 203 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.20 |
| HSL | 247.61º | 0.41% | 0.66% | - |
| HSV(B) | 247.61º | 0.35% | 0.8% | - |
| XYZ | 30.02 | 26.48 | 60.03 | - |
| YUV | 142.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 203 | 0.31 | 0.35 | 0 | 0.20 | 247.61 | 0.41 | 0.66 |
| Hex | 8D | 84 | CB | 1F | 23 | 0 | 14 | F8 | 29 | 42 |
| Octal | 215 | 204 | 313 | 37 | 43 | 0 | 24 | 370 | 51 | 102 |
| Binary | 10001101 | 10000100 | 11001011 | 11111 | 100011 | 0 | 10100 | 11111000 | 101001 | 1000010 |
Color Harmonies of #8D84CB
Complementary color
Monochromatic Colors of #8D84CB
Black with #8D84CB
Text Example
Text Example
White with #8D84CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D84CB; }
p { color: rgb(141,132,203); }
H1.HeaderClassName
{
color: #8D84CB;
}
.AnyTagClassName
{
color: #8D84CB;
}
</style>
background-color css
<style>
a { background-color: #8D84CB; }
a { background-color: rgb(141,132,203); }
div.DivClassName
{
background-color: #8D84CB;
}
.BgClassName
{
background-color: #8D84CB;
}
</style>
border-color css
<style>
span { border-color: #8D84CB; }
span { border-color: rgb(141,132,203); }
td.TdClassName
{
border-color: #8D84CB;
}
.TagClassName
{
border-color: #8D84CB;
}
</style>