Shades of Moody Blue #8888BE
Tints of Moody Blue #8888BE
RGB
CMYK
RGB Variations
Color information
#8888BE (or 0x8888BE) is known color: Moody Blue. HEX triplet: 88, 88 and BE. RGB value is (136,136,190). Sum of RGB (Red+Green+Blue) = 136+136+190=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #8888BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8888BE is #777741. Grayscale: #8D8D8D. Windows color (decimal): -7829314 or 12486792. OLE color: 12486792.
HSL color Cylindrical-coordinate representation of color #8888BE: hue angle of 240º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8888BE is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 136 | 190 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.25 |
| HSL | 240º | 0.29% | 0.64% | - |
| HSV(B) | 240º | 0.28% | 0.75% | - |
| XYZ | 28.25 | 26.56 | 52.35 | - |
| YUV | 142.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 190 | 0.28 | 0.28 | 0 | 0.25 | 240 | 0.29 | 0.64 |
| Hex | 88 | 88 | BE | 1C | 1C | 0 | 19 | F0 | 1D | 40 |
| Octal | 210 | 210 | 276 | 34 | 34 | 0 | 31 | 360 | 35 | 100 |
| Binary | 10001000 | 10001000 | 10111110 | 11100 | 11100 | 0 | 11001 | 11110000 | 11101 | 1000000 |
Color Harmonies of #8888BE
Complementary color
Monochromatic Colors of #8888BE
Black with #8888BE
Text Example
Text Example
White with #8888BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8888BE; }
p { color: rgb(136,136,190); }
H1.HeaderClassName
{
color: #8888BE;
}
.AnyTagClassName
{
color: #8888BE;
}
</style>
background-color css
<style>
a { background-color: #8888BE; }
a { background-color: rgb(136,136,190); }
div.DivClassName
{
background-color: #8888BE;
}
.BgClassName
{
background-color: #8888BE;
}
</style>
border-color css
<style>
span { border-color: #8888BE; }
span { border-color: rgb(136,136,190); }
td.TdClassName
{
border-color: #8888BE;
}
.TagClassName
{
border-color: #8888BE;
}
</style>