Shades of Moody Blue #8884CF
Tints of Moody Blue #8884CF
RGB
CMYK
RGB Variations
Color information
#8884CF (or 0x8884CF) is known color: Moody Blue. HEX triplet: 88, 84 and CF. RGB value is (136,132,207). Sum of RGB (Red+Green+Blue) = 136+132+207=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #8884CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884CF is #777B30. Grayscale: #8D8D8D. Windows color (decimal): -7830321 or 13599880. OLE color: 13599880.
HSL color Cylindrical-coordinate representation of color #8884CF: hue angle of 243.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8884CF is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 132 | 207 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.19 |
| HSL | 243.2º | 0.44% | 0.66% | - |
| HSV(B) | 243.2º | 0.36% | 0.81% | - |
| XYZ | 29.67 | 26.24 | 62.53 | - |
| YUV | 141.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 207 | 0.34 | 0.36 | 0 | 0.19 | 243.2 | 0.44 | 0.66 |
| Hex | 88 | 84 | CF | 22 | 24 | 0 | 13 | F3 | 2C | 42 |
| Octal | 210 | 204 | 317 | 42 | 44 | 0 | 23 | 363 | 54 | 102 |
| Binary | 10001000 | 10000100 | 11001111 | 100010 | 100100 | 0 | 10011 | 11110011 | 101100 | 1000010 |
Color Harmonies of #8884CF
Complementary color
Monochromatic Colors of #8884CF
Black with #8884CF
Text Example
Text Example
White with #8884CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884CF; }
p { color: rgb(136,132,207); }
H1.HeaderClassName
{
color: #8884CF;
}
.AnyTagClassName
{
color: #8884CF;
}
</style>
background-color css
<style>
a { background-color: #8884CF; }
a { background-color: rgb(136,132,207); }
div.DivClassName
{
background-color: #8884CF;
}
.BgClassName
{
background-color: #8884CF;
}
</style>
border-color css
<style>
span { border-color: #8884CF; }
span { border-color: rgb(136,132,207); }
td.TdClassName
{
border-color: #8884CF;
}
.TagClassName
{
border-color: #8884CF;
}
</style>