Shades of Moody Blue #8178DB
Tints of Moody Blue #8178DB
RGB
CMYK
RGB Variations
Color information
#8178DB (or 0x8178DB) is known color: Moody Blue. HEX triplet: 81, 78 and DB. RGB value is (129,120,219). Sum of RGB (Red+Green+Blue) = 129+120+219=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #8178DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8178DB is #7E8724. Grayscale: #858585. Windows color (decimal): -8292133 or 14383233. OLE color: 14383233.
HSL color Cylindrical-coordinate representation of color #8178DB: hue angle of 245.45º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8178DB is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 120 | 219 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.14 |
| HSL | 245.45º | 0.58% | 0.66% | - |
| HSV(B) | 245.45º | 0.45% | 0.86% | - |
| XYZ | 28.56 | 23.21 | 69.99 | - |
| YUV | 133.98 | 175.98 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 219 | 0.41 | 0.45 | 0 | 0.14 | 245.45 | 0.58 | 0.66 |
| Hex | 81 | 78 | DB | 29 | 2D | 0 | E | F5 | 3A | 42 |
| Octal | 201 | 170 | 333 | 51 | 55 | 0 | 16 | 365 | 72 | 102 |
| Binary | 10000001 | 1111000 | 11011011 | 101001 | 101101 | 0 | 1110 | 11110101 | 111010 | 1000010 |
Color Harmonies of #8178DB
Complementary color
Monochromatic Colors of #8178DB
Black with #8178DB
Text Example
Text Example
White with #8178DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8178DB; }
p { color: rgb(129,120,219); }
H1.HeaderClassName
{
color: #8178DB;
}
.AnyTagClassName
{
color: #8178DB;
}
</style>
background-color css
<style>
a { background-color: #8178DB; }
a { background-color: rgb(129,120,219); }
div.DivClassName
{
background-color: #8178DB;
}
.BgClassName
{
background-color: #8178DB;
}
</style>
border-color css
<style>
span { border-color: #8178DB; }
span { border-color: rgb(129,120,219); }
td.TdClassName
{
border-color: #8178DB;
}
.TagClassName
{
border-color: #8178DB;
}
</style>