Shades of Moody Blue #8882C7
Tints of Moody Blue #8882C7
RGB
CMYK
RGB Variations
Color information
#8882C7 (or 0x8882C7) is known color: Moody Blue. HEX triplet: 88, 82 and C7. RGB value is (136,130,199). Sum of RGB (Red+Green+Blue) = 136+130+199=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #8882C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882C7 is #777D38. Grayscale: #8B8B8B. Windows color (decimal): -7830841 or 13075080. OLE color: 13075080.
HSL color Cylindrical-coordinate representation of color #8882C7: hue angle of 245.22º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8882C7 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 130 | 199 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.22 |
| HSL | 245.22º | 0.38% | 0.65% | - |
| HSV(B) | 245.22º | 0.35% | 0.78% | - |
| XYZ | 28.44 | 25.32 | 57.42 | - |
| YUV | 139.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 199 | 0.32 | 0.35 | 0 | 0.22 | 245.22 | 0.38 | 0.65 |
| Hex | 88 | 82 | C7 | 20 | 23 | 0 | 16 | F5 | 26 | 41 |
| Octal | 210 | 202 | 307 | 40 | 43 | 0 | 26 | 365 | 46 | 101 |
| Binary | 10001000 | 10000010 | 11000111 | 100000 | 100011 | 0 | 10110 | 11110101 | 100110 | 1000001 |
Color Harmonies of #8882C7
Complementary color
Monochromatic Colors of #8882C7
Black with #8882C7
Text Example
Text Example
White with #8882C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8882C7; }
p { color: rgb(136,130,199); }
H1.HeaderClassName
{
color: #8882C7;
}
.AnyTagClassName
{
color: #8882C7;
}
</style>
background-color css
<style>
a { background-color: #8882C7; }
a { background-color: rgb(136,130,199); }
div.DivClassName
{
background-color: #8882C7;
}
.BgClassName
{
background-color: #8882C7;
}
</style>
border-color css
<style>
span { border-color: #8882C7; }
span { border-color: rgb(136,130,199); }
td.TdClassName
{
border-color: #8882C7;
}
.TagClassName
{
border-color: #8882C7;
}
</style>