Shades of Moody Blue #8D80CC
Tints of Moody Blue #8D80CC
RGB
CMYK
RGB Variations
Color information
#8D80CC (or 0x8D80CC) is known color: Moody Blue. HEX triplet: 8D, 80 and CC. RGB value is (141,128,204). Sum of RGB (Red+Green+Blue) = 141+128+204=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D80CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D80CC is #727F33. Grayscale: #8C8C8C. Windows color (decimal): -7503668 or 13402253. OLE color: 13402253.
HSL color Cylindrical-coordinate representation of color #8D80CC: hue angle of 250.26º degrees, saturation: 0.43, 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 #8D80CC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 128 | 204 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.2 |
| HSL | 250.26º | 0.43% | 0.65% | - |
| HSV(B) | 250.26º | 0.37% | 0.8% | - |
| XYZ | 29.6 | 25.46 | 60.48 | - |
| YUV | 140.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 204 | 0.31 | 0.37 | 0 | 0.2 | 250.26 | 0.43 | 0.65 |
| Hex | 8D | 80 | CC | 1F | 25 | 0 | 14 | FA | 2B | 41 |
| Octal | 215 | 200 | 314 | 37 | 45 | 0 | 24 | 372 | 53 | 101 |
| Binary | 10001101 | 10000000 | 11001100 | 11111 | 100101 | 0 | 10100 | 11111010 | 101011 | 1000001 |
Color Harmonies of #8D80CC
Complementary color
Monochromatic Colors of #8D80CC
Black with #8D80CC
Text Example
Text Example
White with #8D80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D80CC; }
p { color: rgb(141,128,204); }
H1.HeaderClassName
{
color: #8D80CC;
}
.AnyTagClassName
{
color: #8D80CC;
}
</style>
background-color css
<style>
a { background-color: #8D80CC; }
a { background-color: rgb(141,128,204); }
div.DivClassName
{
background-color: #8D80CC;
}
.BgClassName
{
background-color: #8D80CC;
}
</style>
border-color css
<style>
span { border-color: #8D80CC; }
span { border-color: rgb(141,128,204); }
td.TdClassName
{
border-color: #8D80CC;
}
.TagClassName
{
border-color: #8D80CC;
}
</style>