Shades of Moody Blue #8178B4
Tints of Moody Blue #8178B4
RGB
CMYK
RGB Variations
Color information
#8178B4 (or 0x8178B4) is known color: Moody Blue. HEX triplet: 81, 78 and B4. RGB value is (129,120,180). Sum of RGB (Red+Green+Blue) = 129+120+180=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #8178B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8178B4 is #7E874B. Grayscale: #818181. Windows color (decimal): -8292172 or 11827329. OLE color: 11827329.
HSL color Cylindrical-coordinate representation of color #8178B4: hue angle of 249º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8178B4 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 120 | 180 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.29 |
| HSL | 249º | 0.29% | 0.59% | - |
| HSV(B) | 249º | 0.33% | 0.71% | - |
| XYZ | 24.01 | 21.4 | 46.04 | - |
| YUV | 129.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 180 | 0.28 | 0.33 | 0 | 0.29 | 249 | 0.29 | 0.59 |
| Hex | 81 | 78 | B4 | 1C | 21 | 0 | 1D | F9 | 1D | 3B |
| Octal | 201 | 170 | 264 | 34 | 41 | 0 | 35 | 371 | 35 | 73 |
| Binary | 10000001 | 1111000 | 10110100 | 11100 | 100001 | 0 | 11101 | 11111001 | 11101 | 111011 |
Color Harmonies of #8178B4
Complementary color
Monochromatic Colors of #8178B4
Black with #8178B4
Text Example
Text Example
White with #8178B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8178B4; }
p { color: rgb(129,120,180); }
H1.HeaderClassName
{
color: #8178B4;
}
.AnyTagClassName
{
color: #8178B4;
}
</style>
background-color css
<style>
a { background-color: #8178B4; }
a { background-color: rgb(129,120,180); }
div.DivClassName
{
background-color: #8178B4;
}
.BgClassName
{
background-color: #8178B4;
}
</style>
border-color css
<style>
span { border-color: #8178B4; }
span { border-color: rgb(129,120,180); }
td.TdClassName
{
border-color: #8178B4;
}
.TagClassName
{
border-color: #8178B4;
}
</style>