Shades of Moody Blue #8178D5
Tints of Moody Blue #8178D5
RGB
CMYK
RGB Variations
Color information
#8178D5 (or 0x8178D5) is known color: Moody Blue. HEX triplet: 81, 78 and D5. RGB value is (129,120,213). Sum of RGB (Red+Green+Blue) = 129+120+213=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #8178D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8178D5 is #7E872A. Grayscale: #848484. Windows color (decimal): -8292139 or 13990017. OLE color: 13990017.
HSL color Cylindrical-coordinate representation of color #8178D5: hue angle of 245.81º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8178D5 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 120 | 213 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.16 |
| HSL | 245.81º | 0.53% | 0.65% | - |
| HSV(B) | 245.81º | 0.44% | 0.84% | - |
| XYZ | 27.78 | 22.9 | 65.91 | - |
| YUV | 133.29 | 172.98 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 213 | 0.39 | 0.44 | 0 | 0.16 | 245.81 | 0.53 | 0.65 |
| Hex | 81 | 78 | D5 | 27 | 2C | 0 | 10 | F6 | 35 | 41 |
| Octal | 201 | 170 | 325 | 47 | 54 | 0 | 20 | 366 | 65 | 101 |
| Binary | 10000001 | 1111000 | 11010101 | 100111 | 101100 | 0 | 10000 | 11110110 | 110101 | 1000001 |
Color Harmonies of #8178D5
Complementary color
Monochromatic Colors of #8178D5
Black with #8178D5
Text Example
Text Example
White with #8178D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8178D5; }
p { color: rgb(129,120,213); }
H1.HeaderClassName
{
color: #8178D5;
}
.AnyTagClassName
{
color: #8178D5;
}
</style>
background-color css
<style>
a { background-color: #8178D5; }
a { background-color: rgb(129,120,213); }
div.DivClassName
{
background-color: #8178D5;
}
.BgClassName
{
background-color: #8178D5;
}
</style>
border-color css
<style>
span { border-color: #8178D5; }
span { border-color: rgb(129,120,213); }
td.TdClassName
{
border-color: #8178D5;
}
.TagClassName
{
border-color: #8178D5;
}
</style>