Shades of Moody Blue #8D80C2
Tints of Moody Blue #8D80C2
RGB
CMYK
RGB Variations
Color information
#8D80C2 (or 0x8D80C2) is known color: Moody Blue. HEX triplet: 8D, 80 and C2. RGB value is (141,128,194). Sum of RGB (Red+Green+Blue) = 141+128+194=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #8D80C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D80C2 is #727F3D. Grayscale: #8B8B8B. Windows color (decimal): -7503678 or 12746893. OLE color: 12746893.
HSL color Cylindrical-coordinate representation of color #8D80C2: hue angle of 251.82º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D80C2 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 128 | 194 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.24 |
| HSL | 251.82º | 0.35% | 0.63% | - |
| HSV(B) | 251.82º | 0.34% | 0.76% | - |
| XYZ | 28.44 | 25 | 54.36 | - |
| YUV | 139.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 194 | 0.27 | 0.34 | 0 | 0.24 | 251.82 | 0.35 | 0.63 |
| Hex | 8D | 80 | C2 | 1B | 22 | 0 | 18 | FC | 23 | 3F |
| Octal | 215 | 200 | 302 | 33 | 42 | 0 | 30 | 374 | 43 | 77 |
| Binary | 10001101 | 10000000 | 11000010 | 11011 | 100010 | 0 | 11000 | 11111100 | 100011 | 111111 |
Color Harmonies of #8D80C2
Complementary color
Monochromatic Colors of #8D80C2
Black with #8D80C2
Text Example
Text Example
White with #8D80C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D80C2; }
p { color: rgb(141,128,194); }
H1.HeaderClassName
{
color: #8D80C2;
}
.AnyTagClassName
{
color: #8D80C2;
}
</style>
background-color css
<style>
a { background-color: #8D80C2; }
a { background-color: rgb(141,128,194); }
div.DivClassName
{
background-color: #8D80C2;
}
.BgClassName
{
background-color: #8D80C2;
}
</style>
border-color css
<style>
span { border-color: #8D80C2; }
span { border-color: rgb(141,128,194); }
td.TdClassName
{
border-color: #8D80C2;
}
.TagClassName
{
border-color: #8D80C2;
}
</style>