Shades of Moody Blue #8881D1
Tints of Moody Blue #8881D1
RGB
CMYK
RGB Variations
Color information
#8881D1 (or 0x8881D1) is known color: Moody Blue. HEX triplet: 88, 81 and D1. RGB value is (136,129,209). Sum of RGB (Red+Green+Blue) = 136+129+209=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #8881D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8881D1 is #777E2E. Grayscale: #8B8B8B. Windows color (decimal): -7831087 or 13730184. OLE color: 13730184.
HSL color Cylindrical-coordinate representation of color #8881D1: hue angle of 245.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8881D1 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 129 | 209 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.18 |
| HSL | 245.25º | 0.47% | 0.66% | - |
| HSV(B) | 245.25º | 0.38% | 0.82% | - |
| XYZ | 29.51 | 25.54 | 63.7 | - |
| YUV | 140.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 209 | 0.35 | 0.38 | 0 | 0.18 | 245.25 | 0.47 | 0.66 |
| Hex | 88 | 81 | D1 | 23 | 26 | 0 | 12 | F5 | 2F | 42 |
| Octal | 210 | 201 | 321 | 43 | 46 | 0 | 22 | 365 | 57 | 102 |
| Binary | 10001000 | 10000001 | 11010001 | 100011 | 100110 | 0 | 10010 | 11110101 | 101111 | 1000010 |
Color Harmonies of #8881D1
Complementary color
Monochromatic Colors of #8881D1
Black with #8881D1
Text Example
Text Example
White with #8881D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8881D1; }
p { color: rgb(136,129,209); }
H1.HeaderClassName
{
color: #8881D1;
}
.AnyTagClassName
{
color: #8881D1;
}
</style>
background-color css
<style>
a { background-color: #8881D1; }
a { background-color: rgb(136,129,209); }
div.DivClassName
{
background-color: #8881D1;
}
.BgClassName
{
background-color: #8881D1;
}
</style>
border-color css
<style>
span { border-color: #8881D1; }
span { border-color: rgb(136,129,209); }
td.TdClassName
{
border-color: #8881D1;
}
.TagClassName
{
border-color: #8881D1;
}
</style>