Shades of Moody Blue #8877D4
Tints of Moody Blue #8877D4
RGB
CMYK
RGB Variations
Color information
#8877D4 (or 0x8877D4) is known color: Moody Blue. HEX triplet: 88, 77 and D4. RGB value is (136,119,212). Sum of RGB (Red+Green+Blue) = 136+119+212=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #8877D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8877D4 is #77882B. Grayscale: #868686. Windows color (decimal): -7833644 or 13924232. OLE color: 13924232.
HSL color Cylindrical-coordinate representation of color #8877D4: hue angle of 250.97º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8877D4 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 119 | 212 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.17 |
| HSL | 250.97º | 0.52% | 0.65% | - |
| HSV(B) | 250.97º | 0.44% | 0.83% | - |
| XYZ | 28.63 | 23.18 | 65.25 | - |
| YUV | 134.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 212 | 0.36 | 0.44 | 0 | 0.17 | 250.97 | 0.52 | 0.65 |
| Hex | 88 | 77 | D4 | 24 | 2C | 0 | 11 | FB | 34 | 41 |
| Octal | 210 | 167 | 324 | 44 | 54 | 0 | 21 | 373 | 64 | 101 |
| Binary | 10001000 | 1110111 | 11010100 | 100100 | 101100 | 0 | 10001 | 11111011 | 110100 | 1000001 |
Color Harmonies of #8877D4
Complementary color
Monochromatic Colors of #8877D4
Black with #8877D4
Text Example
Text Example
White with #8877D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8877D4; }
p { color: rgb(136,119,212); }
H1.HeaderClassName
{
color: #8877D4;
}
.AnyTagClassName
{
color: #8877D4;
}
</style>
background-color css
<style>
a { background-color: #8877D4; }
a { background-color: rgb(136,119,212); }
div.DivClassName
{
background-color: #8877D4;
}
.BgClassName
{
background-color: #8877D4;
}
</style>
border-color css
<style>
span { border-color: #8877D4; }
span { border-color: rgb(136,119,212); }
td.TdClassName
{
border-color: #8877D4;
}
.TagClassName
{
border-color: #8877D4;
}
</style>