Shades of Moody Blue #8885D4
Tints of Moody Blue #8885D4
RGB
CMYK
RGB Variations
Color information
#8885D4 (or 0x8885D4) is known color: Moody Blue. HEX triplet: 88, 85 and D4. RGB value is (136,133,212). Sum of RGB (Red+Green+Blue) = 136+133+212=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #8885D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8885D4 is #777A2B. Grayscale: #8E8E8E. Windows color (decimal): -7830060 or 13927816. OLE color: 13927816.
HSL color Cylindrical-coordinate representation of color #8885D4: hue angle of 242.28º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8885D4 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 133 | 212 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.17 |
| HSL | 242.28º | 0.48% | 0.68% | - |
| HSV(B) | 242.28º | 0.37% | 0.83% | - |
| XYZ | 30.42 | 26.76 | 65.85 | - |
| YUV | 142.9 | 166.99 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 212 | 0.36 | 0.37 | 0 | 0.17 | 242.28 | 0.48 | 0.68 |
| Hex | 88 | 85 | D4 | 24 | 25 | 0 | 11 | F2 | 30 | 44 |
| Octal | 210 | 205 | 324 | 44 | 45 | 0 | 21 | 362 | 60 | 104 |
| Binary | 10001000 | 10000101 | 11010100 | 100100 | 100101 | 0 | 10001 | 11110010 | 110000 | 1000100 |
Color Harmonies of #8885D4
Complementary color
Monochromatic Colors of #8885D4
Black with #8885D4
Text Example
Text Example
White with #8885D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8885D4; }
p { color: rgb(136,133,212); }
H1.HeaderClassName
{
color: #8885D4;
}
.AnyTagClassName
{
color: #8885D4;
}
</style>
background-color css
<style>
a { background-color: #8885D4; }
a { background-color: rgb(136,133,212); }
div.DivClassName
{
background-color: #8885D4;
}
.BgClassName
{
background-color: #8885D4;
}
</style>
border-color css
<style>
span { border-color: #8885D4; }
span { border-color: rgb(136,133,212); }
td.TdClassName
{
border-color: #8885D4;
}
.TagClassName
{
border-color: #8885D4;
}
</style>