Shades of Moody Blue #887AC2
Tints of Moody Blue #887AC2
RGB
CMYK
RGB Variations
Color information
#887AC2 (or 0x887AC2) is known color: Moody Blue. HEX triplet: 88, 7A and C2. RGB value is (136,122,194). Sum of RGB (Red+Green+Blue) = 136+122+194=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #887AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887AC2 is #77853D. Grayscale: #868686. Windows color (decimal): -7832894 or 12745352. OLE color: 12745352.
HSL color Cylindrical-coordinate representation of color #887AC2: hue angle of 251.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #887AC2 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 122 | 194 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.24 |
| HSL | 251.67º | 0.37% | 0.62% | - |
| HSV(B) | 251.67º | 0.37% | 0.76% | - |
| XYZ | 26.85 | 23.05 | 54.07 | - |
| YUV | 134.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 194 | 0.30 | 0.37 | 0 | 0.24 | 251.67 | 0.37 | 0.62 |
| Hex | 88 | 7A | C2 | 1E | 25 | 0 | 18 | FC | 25 | 3E |
| Octal | 210 | 172 | 302 | 36 | 45 | 0 | 30 | 374 | 45 | 76 |
| Binary | 10001000 | 1111010 | 11000010 | 11110 | 100101 | 0 | 11000 | 11111100 | 100101 | 111110 |
Color Harmonies of #887AC2
Complementary color
Monochromatic Colors of #887AC2
Black with #887AC2
Text Example
Text Example
White with #887AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887AC2; }
p { color: rgb(136,122,194); }
H1.HeaderClassName
{
color: #887AC2;
}
.AnyTagClassName
{
color: #887AC2;
}
</style>
background-color css
<style>
a { background-color: #887AC2; }
a { background-color: rgb(136,122,194); }
div.DivClassName
{
background-color: #887AC2;
}
.BgClassName
{
background-color: #887AC2;
}
</style>
border-color css
<style>
span { border-color: #887AC2; }
span { border-color: rgb(136,122,194); }
td.TdClassName
{
border-color: #887AC2;
}
.TagClassName
{
border-color: #887AC2;
}
</style>