Shades of Moody Blue #8180D7
Tints of Moody Blue #8180D7
RGB
CMYK
RGB Variations
Color information
#8180D7 (or 0x8180D7) is known color: Moody Blue. HEX triplet: 81, 80 and D7. RGB value is (129,128,215). Sum of RGB (Red+Green+Blue) = 129+128+215=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #8180D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8180D7 is #7E7F28. Grayscale: #898989. Windows color (decimal): -8290089 or 14123137. OLE color: 14123137.
HSL color Cylindrical-coordinate representation of color #8180D7: hue angle of 240.69º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8180D7 is Cyan = 0.4, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 128 | 215 | - |
| CMYK | 0.4 | 0.40 | 0 | 0.16 |
| HSL | 240.69º | 0.52% | 0.67% | - |
| HSV(B) | 240.69º | 0.4% | 0.84% | - |
| XYZ | 29.04 | 25.01 | 67.59 | - |
| YUV | 138.22 | 171.33 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 215 | 0.4 | 0.40 | 0 | 0.16 | 240.69 | 0.52 | 0.67 |
| Hex | 81 | 80 | D7 | 28 | 28 | 0 | 10 | F1 | 34 | 43 |
| Octal | 201 | 200 | 327 | 50 | 50 | 0 | 20 | 361 | 64 | 103 |
| Binary | 10000001 | 10000000 | 11010111 | 101000 | 101000 | 0 | 10000 | 11110001 | 110100 | 1000011 |
Color Harmonies of #8180D7
Complementary color
Monochromatic Colors of #8180D7
Black with #8180D7
Text Example
Text Example
White with #8180D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8180D7; }
p { color: rgb(129,128,215); }
H1.HeaderClassName
{
color: #8180D7;
}
.AnyTagClassName
{
color: #8180D7;
}
</style>
background-color css
<style>
a { background-color: #8180D7; }
a { background-color: rgb(129,128,215); }
div.DivClassName
{
background-color: #8180D7;
}
.BgClassName
{
background-color: #8180D7;
}
</style>
border-color css
<style>
span { border-color: #8180D7; }
span { border-color: rgb(129,128,215); }
td.TdClassName
{
border-color: #8180D7;
}
.TagClassName
{
border-color: #8180D7;
}
</style>