Shades of Moody Blue #8884CE
Tints of Moody Blue #8884CE
RGB
CMYK
RGB Variations
Color information
#8884CE (or 0x8884CE) is known color: Moody Blue. HEX triplet: 88, 84 and CE. RGB value is (136,132,206). Sum of RGB (Red+Green+Blue) = 136+132+206=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #8884CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884CE is #777B31. Grayscale: #8D8D8D. Windows color (decimal): -7830322 or 13534344. OLE color: 13534344.
HSL color Cylindrical-coordinate representation of color #8884CE: hue angle of 243.24º degrees, saturation: 0.43, 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 #8884CE is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 132 | 206 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.19 |
| HSL | 243.24º | 0.43% | 0.66% | - |
| HSV(B) | 243.24º | 0.36% | 0.81% | - |
| XYZ | 29.55 | 26.19 | 61.89 | - |
| YUV | 141.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 206 | 0.34 | 0.36 | 0 | 0.19 | 243.24 | 0.43 | 0.66 |
| Hex | 88 | 84 | CE | 22 | 24 | 0 | 13 | F3 | 2B | 42 |
| Octal | 210 | 204 | 316 | 42 | 44 | 0 | 23 | 363 | 53 | 102 |
| Binary | 10001000 | 10000100 | 11001110 | 100010 | 100100 | 0 | 10011 | 11110011 | 101011 | 1000010 |
Color Harmonies of #8884CE
Complementary color
Monochromatic Colors of #8884CE
Black with #8884CE
Text Example
Text Example
White with #8884CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884CE; }
p { color: rgb(136,132,206); }
H1.HeaderClassName
{
color: #8884CE;
}
.AnyTagClassName
{
color: #8884CE;
}
</style>
background-color css
<style>
a { background-color: #8884CE; }
a { background-color: rgb(136,132,206); }
div.DivClassName
{
background-color: #8884CE;
}
.BgClassName
{
background-color: #8884CE;
}
</style>
border-color css
<style>
span { border-color: #8884CE; }
span { border-color: rgb(136,132,206); }
td.TdClassName
{
border-color: #8884CE;
}
.TagClassName
{
border-color: #8884CE;
}
</style>