Shades of Moody Blue #8879D3
Tints of Moody Blue #8879D3
RGB
CMYK
RGB Variations
Color information
#8879D3 (or 0x8879D3) is known color: Moody Blue. HEX triplet: 88, 79 and D3. RGB value is (136,121,211). Sum of RGB (Red+Green+Blue) = 136+121+211=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #8879D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879D3 is #77862C. Grayscale: #878787. Windows color (decimal): -7833133 or 13859208. OLE color: 13859208.
HSL color Cylindrical-coordinate representation of color #8879D3: hue angle of 250º 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 #8879D3 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 121 | 211 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.17 |
| HSL | 250º | 0.51% | 0.65% | - |
| HSV(B) | 250º | 0.43% | 0.83% | - |
| XYZ | 28.75 | 23.61 | 64.67 | - |
| YUV | 135.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 211 | 0.36 | 0.43 | 0 | 0.17 | 250 | 0.51 | 0.65 |
| Hex | 88 | 79 | D3 | 24 | 2B | 0 | 11 | FA | 33 | 41 |
| Octal | 210 | 171 | 323 | 44 | 53 | 0 | 21 | 372 | 63 | 101 |
| Binary | 10001000 | 1111001 | 11010011 | 100100 | 101011 | 0 | 10001 | 11111010 | 110011 | 1000001 |
Color Harmonies of #8879D3
Complementary color
Monochromatic Colors of #8879D3
Black with #8879D3
Text Example
Text Example
White with #8879D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8879D3; }
p { color: rgb(136,121,211); }
H1.HeaderClassName
{
color: #8879D3;
}
.AnyTagClassName
{
color: #8879D3;
}
</style>
background-color css
<style>
a { background-color: #8879D3; }
a { background-color: rgb(136,121,211); }
div.DivClassName
{
background-color: #8879D3;
}
.BgClassName
{
background-color: #8879D3;
}
</style>
border-color css
<style>
span { border-color: #8879D3; }
span { border-color: rgb(136,121,211); }
td.TdClassName
{
border-color: #8879D3;
}
.TagClassName
{
border-color: #8879D3;
}
</style>