Shades of Moody Blue #8D83DB
Tints of Moody Blue #8D83DB
RGB
CMYK
RGB Variations
Color information
#8D83DB (or 0x8D83DB) is known color: Moody Blue. HEX triplet: 8D, 83 and DB. RGB value is (141,131,219). Sum of RGB (Red+Green+Blue) = 141+131+219=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83DB is #727C24. Grayscale: #8F8F8F. Windows color (decimal): -7502885 or 14386061. OLE color: 14386061.
HSL color Cylindrical-coordinate representation of color #8D83DB: hue angle of 246.82º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D83DB is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 131 | 219 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.14 |
| HSL | 246.82º | 0.55% | 0.69% | - |
| HSV(B) | 246.82º | 0.4% | 0.86% | - |
| XYZ | 31.89 | 27.01 | 70.55 | - |
| YUV | 144.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 219 | 0.36 | 0.40 | 0 | 0.14 | 246.82 | 0.55 | 0.69 |
| Hex | 8D | 83 | DB | 24 | 28 | 0 | E | F7 | 37 | 45 |
| Octal | 215 | 203 | 333 | 44 | 50 | 0 | 16 | 367 | 67 | 105 |
| Binary | 10001101 | 10000011 | 11011011 | 100100 | 101000 | 0 | 1110 | 11110111 | 110111 | 1000101 |
Color Harmonies of #8D83DB
Complementary color
Monochromatic Colors of #8D83DB
Black with #8D83DB
Text Example
Text Example
White with #8D83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D83DB; }
p { color: rgb(141,131,219); }
H1.HeaderClassName
{
color: #8D83DB;
}
.AnyTagClassName
{
color: #8D83DB;
}
</style>
background-color css
<style>
a { background-color: #8D83DB; }
a { background-color: rgb(141,131,219); }
div.DivClassName
{
background-color: #8D83DB;
}
.BgClassName
{
background-color: #8D83DB;
}
</style>
border-color css
<style>
span { border-color: #8D83DB; }
span { border-color: rgb(141,131,219); }
td.TdClassName
{
border-color: #8D83DB;
}
.TagClassName
{
border-color: #8D83DB;
}
</style>