Shades of Moody Blue #8888CD
Tints of Moody Blue #8888CD
RGB
CMYK
RGB Variations
Color information
#8888CD (or 0x8888CD) is known color: Moody Blue. HEX triplet: 88, 88 and CD. RGB value is (136,136,205). Sum of RGB (Red+Green+Blue) = 136+136+205=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #8888CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8888CD is #777732. Grayscale: #8F8F8F. Windows color (decimal): -7829299 or 13469832. OLE color: 13469832.
HSL color Cylindrical-coordinate representation of color #8888CD: hue angle of 240º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8888CD is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 136 | 205 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.20 |
| HSL | 240º | 0.41% | 0.67% | - |
| HSV(B) | 240º | 0.34% | 0.8% | - |
| XYZ | 29.98 | 27.25 | 61.44 | - |
| YUV | 143.87 | 162.5 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 205 | 0.34 | 0.34 | 0 | 0.20 | 240 | 0.41 | 0.67 |
| Hex | 88 | 88 | CD | 22 | 22 | 0 | 14 | F0 | 29 | 43 |
| Octal | 210 | 210 | 315 | 42 | 42 | 0 | 24 | 360 | 51 | 103 |
| Binary | 10001000 | 10001000 | 11001101 | 100010 | 100010 | 0 | 10100 | 11110000 | 101001 | 1000011 |
Color Harmonies of #8888CD
Complementary color
Monochromatic Colors of #8888CD
Black with #8888CD
Text Example
Text Example
White with #8888CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8888CD; }
p { color: rgb(136,136,205); }
H1.HeaderClassName
{
color: #8888CD;
}
.AnyTagClassName
{
color: #8888CD;
}
</style>
background-color css
<style>
a { background-color: #8888CD; }
a { background-color: rgb(136,136,205); }
div.DivClassName
{
background-color: #8888CD;
}
.BgClassName
{
background-color: #8888CD;
}
</style>
border-color css
<style>
span { border-color: #8888CD; }
span { border-color: rgb(136,136,205); }
td.TdClassName
{
border-color: #8888CD;
}
.TagClassName
{
border-color: #8888CD;
}
</style>