Shades of Moody Blue #8D80BE
Tints of Moody Blue #8D80BE
RGB
CMYK
RGB Variations
Color information
#8D80BE (or 0x8D80BE) is known color: Moody Blue. HEX triplet: 8D, 80 and BE. RGB value is (141,128,190). Sum of RGB (Red+Green+Blue) = 141+128+190=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D80BE is #727F41. Grayscale: #8A8A8A. Windows color (decimal): -7503682 or 12484749. OLE color: 12484749.
HSL color Cylindrical-coordinate representation of color #8D80BE: hue angle of 252.58º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D80BE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 128 | 190 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.25 |
| HSL | 252.58º | 0.32% | 0.62% | - |
| HSV(B) | 252.58º | 0.33% | 0.75% | - |
| XYZ | 28 | 24.82 | 52.03 | - |
| YUV | 138.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 190 | 0.26 | 0.33 | 0 | 0.25 | 252.58 | 0.32 | 0.62 |
| Hex | 8D | 80 | BE | 1A | 21 | 0 | 19 | FD | 20 | 3E |
| Octal | 215 | 200 | 276 | 32 | 41 | 0 | 31 | 375 | 40 | 76 |
| Binary | 10001101 | 10000000 | 10111110 | 11010 | 100001 | 0 | 11001 | 11111101 | 100000 | 111110 |
Color Harmonies of #8D80BE
Complementary color
Monochromatic Colors of #8D80BE
Black with #8D80BE
Text Example
Text Example
White with #8D80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D80BE; }
p { color: rgb(141,128,190); }
H1.HeaderClassName
{
color: #8D80BE;
}
.AnyTagClassName
{
color: #8D80BE;
}
</style>
background-color css
<style>
a { background-color: #8D80BE; }
a { background-color: rgb(141,128,190); }
div.DivClassName
{
background-color: #8D80BE;
}
.BgClassName
{
background-color: #8D80BE;
}
</style>
border-color css
<style>
span { border-color: #8D80BE; }
span { border-color: rgb(141,128,190); }
td.TdClassName
{
border-color: #8D80BE;
}
.TagClassName
{
border-color: #8D80BE;
}
</style>