Shades of Moody Blue #8878D3
Tints of Moody Blue #8878D3
RGB
CMYK
RGB Variations
Color information
#8878D3 (or 0x8878D3) is known color: Moody Blue. HEX triplet: 88, 78 and D3. RGB value is (136,120,211). Sum of RGB (Red+Green+Blue) = 136+120+211=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #8878D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878D3 is #77872C. Grayscale: #868686. Windows color (decimal): -7833389 or 13858952. OLE color: 13858952.
HSL color Cylindrical-coordinate representation of color #8878D3: hue angle of 250.55º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8878D3 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 120 | 211 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.17 |
| HSL | 250.55º | 0.51% | 0.65% | - |
| HSV(B) | 250.55º | 0.43% | 0.83% | - |
| XYZ | 28.63 | 23.37 | 64.63 | - |
| YUV | 135.16 | 170.8 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 211 | 0.36 | 0.43 | 0 | 0.17 | 250.55 | 0.51 | 0.65 |
| Hex | 88 | 78 | D3 | 24 | 2B | 0 | 11 | FB | 33 | 41 |
| Octal | 210 | 170 | 323 | 44 | 53 | 0 | 21 | 373 | 63 | 101 |
| Binary | 10001000 | 1111000 | 11010011 | 100100 | 101011 | 0 | 10001 | 11111011 | 110011 | 1000001 |
Color Harmonies of #8878D3
Complementary color
Monochromatic Colors of #8878D3
Black with #8878D3
Text Example
Text Example
White with #8878D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8878D3; }
p { color: rgb(136,120,211); }
H1.HeaderClassName
{
color: #8878D3;
}
.AnyTagClassName
{
color: #8878D3;
}
</style>
background-color css
<style>
a { background-color: #8878D3; }
a { background-color: rgb(136,120,211); }
div.DivClassName
{
background-color: #8878D3;
}
.BgClassName
{
background-color: #8878D3;
}
</style>
border-color css
<style>
span { border-color: #8878D3; }
span { border-color: rgb(136,120,211); }
td.TdClassName
{
border-color: #8878D3;
}
.TagClassName
{
border-color: #8878D3;
}
</style>