Shades of Moody Blue #8D82BC
Tints of Moody Blue #8D82BC
RGB
CMYK
RGB Variations
Color information
#8D82BC (or 0x8D82BC) is known color: Moody Blue. HEX triplet: 8D, 82 and BC. RGB value is (141,130,188). Sum of RGB (Red+Green+Blue) = 141+130+188=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D82BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D82BC is #727D43. Grayscale: #8B8B8B. Windows color (decimal): -7503172 or 12354189. OLE color: 12354189.
HSL color Cylindrical-coordinate representation of color #8D82BC: hue angle of 251.38º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D82BC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 130 | 188 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.26 |
| HSL | 251.38º | 0.3% | 0.62% | - |
| HSV(B) | 251.38º | 0.31% | 0.74% | - |
| XYZ | 28.04 | 25.26 | 50.97 | - |
| YUV | 139.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 188 | 0.25 | 0.31 | 0 | 0.26 | 251.38 | 0.3 | 0.62 |
| Hex | 8D | 82 | BC | 19 | 1F | 0 | 1A | FB | 1E | 3E |
| Octal | 215 | 202 | 274 | 31 | 37 | 0 | 32 | 373 | 36 | 76 |
| Binary | 10001101 | 10000010 | 10111100 | 11001 | 11111 | 0 | 11010 | 11111011 | 11110 | 111110 |
Color Harmonies of #8D82BC
Complementary color
Monochromatic Colors of #8D82BC
Black with #8D82BC
Text Example
Text Example
White with #8D82BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D82BC; }
p { color: rgb(141,130,188); }
H1.HeaderClassName
{
color: #8D82BC;
}
.AnyTagClassName
{
color: #8D82BC;
}
</style>
background-color css
<style>
a { background-color: #8D82BC; }
a { background-color: rgb(141,130,188); }
div.DivClassName
{
background-color: #8D82BC;
}
.BgClassName
{
background-color: #8D82BC;
}
</style>
border-color css
<style>
span { border-color: #8D82BC; }
span { border-color: rgb(141,130,188); }
td.TdClassName
{
border-color: #8D82BC;
}
.TagClassName
{
border-color: #8D82BC;
}
</style>