Shades of Moody Blue #8A87C1
Tints of Moody Blue #8A87C1
RGB
CMYK
RGB Variations
Color information
#8A87C1 (or 0x8A87C1) is known color: Moody Blue. HEX triplet: 8A, 87 and C1. RGB value is (138,135,193). Sum of RGB (Red+Green+Blue) = 138+135+193=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A87C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A87C1 is #75783E. Grayscale: #8E8E8E. Windows color (decimal): -7698495 or 12683146. OLE color: 12683146.
HSL color Cylindrical-coordinate representation of color #8A87C1: hue angle of 243.1º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A87C1 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 135 | 193 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.24 |
| HSL | 243.1º | 0.32% | 0.64% | - |
| HSV(B) | 243.1º | 0.3% | 0.76% | - |
| XYZ | 28.77 | 26.58 | 54.07 | - |
| YUV | 142.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 193 | 0.28 | 0.30 | 0 | 0.24 | 243.1 | 0.32 | 0.64 |
| Hex | 8A | 87 | C1 | 1C | 1E | 0 | 18 | F3 | 20 | 40 |
| Octal | 212 | 207 | 301 | 34 | 36 | 0 | 30 | 363 | 40 | 100 |
| Binary | 10001010 | 10000111 | 11000001 | 11100 | 11110 | 0 | 11000 | 11110011 | 100000 | 1000000 |
Color Harmonies of #8A87C1
Complementary color
Monochromatic Colors of #8A87C1
Black with #8A87C1
Text Example
Text Example
White with #8A87C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A87C1; }
p { color: rgb(138,135,193); }
H1.HeaderClassName
{
color: #8A87C1;
}
.AnyTagClassName
{
color: #8A87C1;
}
</style>
background-color css
<style>
a { background-color: #8A87C1; }
a { background-color: rgb(138,135,193); }
div.DivClassName
{
background-color: #8A87C1;
}
.BgClassName
{
background-color: #8A87C1;
}
</style>
border-color css
<style>
span { border-color: #8A87C1; }
span { border-color: rgb(138,135,193); }
td.TdClassName
{
border-color: #8A87C1;
}
.TagClassName
{
border-color: #8A87C1;
}
</style>