Shades of Moody Blue #8D80CB
Tints of Moody Blue #8D80CB
RGB
CMYK
RGB Variations
Color information
#8D80CB (or 0x8D80CB) is known color: Moody Blue. HEX triplet: 8D, 80 and CB. RGB value is (141,128,203). Sum of RGB (Red+Green+Blue) = 141+128+203=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D80CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D80CB is #727F34. Grayscale: #8C8C8C. Windows color (decimal): -7503669 or 13336717. OLE color: 13336717.
HSL color Cylindrical-coordinate representation of color #8D80CB: hue angle of 250.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D80CB is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 128 | 203 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.20 |
| HSL | 250.4º | 0.42% | 0.65% | - |
| HSV(B) | 250.4º | 0.37% | 0.8% | - |
| XYZ | 29.48 | 25.41 | 59.85 | - |
| YUV | 140.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 203 | 0.31 | 0.37 | 0 | 0.20 | 250.4 | 0.42 | 0.65 |
| Hex | 8D | 80 | CB | 1F | 25 | 0 | 14 | FA | 2A | 41 |
| Octal | 215 | 200 | 313 | 37 | 45 | 0 | 24 | 372 | 52 | 101 |
| Binary | 10001101 | 10000000 | 11001011 | 11111 | 100101 | 0 | 10100 | 11111010 | 101010 | 1000001 |
Color Harmonies of #8D80CB
Complementary color
Monochromatic Colors of #8D80CB
Black with #8D80CB
Text Example
Text Example
White with #8D80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D80CB; }
p { color: rgb(141,128,203); }
H1.HeaderClassName
{
color: #8D80CB;
}
.AnyTagClassName
{
color: #8D80CB;
}
</style>
background-color css
<style>
a { background-color: #8D80CB; }
a { background-color: rgb(141,128,203); }
div.DivClassName
{
background-color: #8D80CB;
}
.BgClassName
{
background-color: #8D80CB;
}
</style>
border-color css
<style>
span { border-color: #8D80CB; }
span { border-color: rgb(141,128,203); }
td.TdClassName
{
border-color: #8D80CB;
}
.TagClassName
{
border-color: #8D80CB;
}
</style>