Shades of Moody Blue #8E88C5
Tints of Moody Blue #8E88C5
RGB
CMYK
RGB Variations
Color information
#8E88C5 (or 0x8E88C5) is known color: Moody Blue. HEX triplet: 8E, 88 and C5. RGB value is (142,136,197). Sum of RGB (Red+Green+Blue) = 142+136+197=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #8E88C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88C5 is #71773A. Grayscale: #909090. Windows color (decimal): -7436091 or 12945550. OLE color: 12945550.
HSL color Cylindrical-coordinate representation of color #8E88C5: hue angle of 245.9º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E88C5 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 136 | 197 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.23 |
| HSL | 245.9º | 0.34% | 0.65% | - |
| HSV(B) | 245.9º | 0.31% | 0.77% | - |
| XYZ | 30.04 | 27.39 | 56.53 | - |
| YUV | 144.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 197 | 0.28 | 0.31 | 0 | 0.23 | 245.9 | 0.34 | 0.65 |
| Hex | 8E | 88 | C5 | 1C | 1F | 0 | 17 | F6 | 22 | 41 |
| Octal | 216 | 210 | 305 | 34 | 37 | 0 | 27 | 366 | 42 | 101 |
| Binary | 10001110 | 10001000 | 11000101 | 11100 | 11111 | 0 | 10111 | 11110110 | 100010 | 1000001 |
Color Harmonies of #8E88C5
Complementary color
Monochromatic Colors of #8E88C5
Black with #8E88C5
Text Example
Text Example
White with #8E88C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E88C5; }
p { color: rgb(142,136,197); }
H1.HeaderClassName
{
color: #8E88C5;
}
.AnyTagClassName
{
color: #8E88C5;
}
</style>
background-color css
<style>
a { background-color: #8E88C5; }
a { background-color: rgb(142,136,197); }
div.DivClassName
{
background-color: #8E88C5;
}
.BgClassName
{
background-color: #8E88C5;
}
</style>
border-color css
<style>
span { border-color: #8E88C5; }
span { border-color: rgb(142,136,197); }
td.TdClassName
{
border-color: #8E88C5;
}
.TagClassName
{
border-color: #8E88C5;
}
</style>