Shades of Moody Blue #8D83BB
Tints of Moody Blue #8D83BB
RGB
CMYK
RGB Variations
Color information
#8D83BB (or 0x8D83BB) is known color: Moody Blue. HEX triplet: 8D, 83 and BB. RGB value is (141,131,187). Sum of RGB (Red+Green+Blue) = 141+131+187=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D83BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83BB is #727C44. Grayscale: #8C8C8C. Windows color (decimal): -7502917 or 12288909. OLE color: 12288909.
HSL color Cylindrical-coordinate representation of color #8D83BB: hue angle of 250.71º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D83BB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 131 | 187 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.27 |
| HSL | 250.71º | 0.29% | 0.62% | - |
| HSV(B) | 250.71º | 0.3% | 0.73% | - |
| XYZ | 28.07 | 25.48 | 50.45 | - |
| YUV | 140.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 187 | 0.25 | 0.30 | 0 | 0.27 | 250.71 | 0.29 | 0.62 |
| Hex | 8D | 83 | BB | 19 | 1E | 0 | 1B | FB | 1D | 3E |
| Octal | 215 | 203 | 273 | 31 | 36 | 0 | 33 | 373 | 35 | 76 |
| Binary | 10001101 | 10000011 | 10111011 | 11001 | 11110 | 0 | 11011 | 11111011 | 11101 | 111110 |
Color Harmonies of #8D83BB
Complementary color
Monochromatic Colors of #8D83BB
Black with #8D83BB
Text Example
Text Example
White with #8D83BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D83BB; }
p { color: rgb(141,131,187); }
H1.HeaderClassName
{
color: #8D83BB;
}
.AnyTagClassName
{
color: #8D83BB;
}
</style>
background-color css
<style>
a { background-color: #8D83BB; }
a { background-color: rgb(141,131,187); }
div.DivClassName
{
background-color: #8D83BB;
}
.BgClassName
{
background-color: #8D83BB;
}
</style>
border-color css
<style>
span { border-color: #8D83BB; }
span { border-color: rgb(141,131,187); }
td.TdClassName
{
border-color: #8D83BB;
}
.TagClassName
{
border-color: #8D83BB;
}
</style>