Shades of Moody Blue #887FCA
Tints of Moody Blue #887FCA
RGB
CMYK
RGB Variations
Color information
#887FCA (or 0x887FCA) is known color: Moody Blue. HEX triplet: 88, 7F and CA. RGB value is (136,127,202). Sum of RGB (Red+Green+Blue) = 136+127+202=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #887FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FCA is #778035. Grayscale: #898989. Windows color (decimal): -7831606 or 13270920. OLE color: 13270920.
HSL color Cylindrical-coordinate representation of color #887FCA: hue angle of 247.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #887FCA is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 127 | 202 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.21 |
| HSL | 247.2º | 0.41% | 0.65% | - |
| HSV(B) | 247.2º | 0.37% | 0.79% | - |
| XYZ | 28.4 | 24.68 | 59.14 | - |
| YUV | 138.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 202 | 0.33 | 0.37 | 0 | 0.21 | 247.2 | 0.41 | 0.65 |
| Hex | 88 | 7F | CA | 21 | 25 | 0 | 15 | F7 | 29 | 41 |
| Octal | 210 | 177 | 312 | 41 | 45 | 0 | 25 | 367 | 51 | 101 |
| Binary | 10001000 | 1111111 | 11001010 | 100001 | 100101 | 0 | 10101 | 11110111 | 101001 | 1000001 |
Color Harmonies of #887FCA
Complementary color
Monochromatic Colors of #887FCA
Black with #887FCA
Text Example
Text Example
White with #887FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887FCA; }
p { color: rgb(136,127,202); }
H1.HeaderClassName
{
color: #887FCA;
}
.AnyTagClassName
{
color: #887FCA;
}
</style>
background-color css
<style>
a { background-color: #887FCA; }
a { background-color: rgb(136,127,202); }
div.DivClassName
{
background-color: #887FCA;
}
.BgClassName
{
background-color: #887FCA;
}
</style>
border-color css
<style>
span { border-color: #887FCA; }
span { border-color: rgb(136,127,202); }
td.TdClassName
{
border-color: #887FCA;
}
.TagClassName
{
border-color: #887FCA;
}
</style>