Shades of Moody Blue #8986CC
Tints of Moody Blue #8986CC
RGB
CMYK
RGB Variations
Color information
#8986CC (or 0x8986CC) is known color: Moody Blue. HEX triplet: 89, 86 and CC. RGB value is (137,134,204). Sum of RGB (Red+Green+Blue) = 137+134+204=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #8986CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986CC is #767933. Grayscale: #8E8E8E. Windows color (decimal): -7764276 or 13403785. OLE color: 13403785.
HSL color Cylindrical-coordinate representation of color #8986CC: hue angle of 242.57º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8986CC is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 134 | 204 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.2 |
| HSL | 242.57º | 0.41% | 0.66% | - |
| HSV(B) | 242.57º | 0.34% | 0.8% | - |
| XYZ | 29.74 | 26.73 | 60.72 | - |
| YUV | 142.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 134 | 204 | 0.33 | 0.34 | 0 | 0.2 | 242.57 | 0.41 | 0.66 |
| Hex | 89 | 86 | CC | 21 | 22 | 0 | 14 | F3 | 29 | 42 |
| Octal | 211 | 206 | 314 | 41 | 42 | 0 | 24 | 363 | 51 | 102 |
| Binary | 10001001 | 10000110 | 11001100 | 100001 | 100010 | 0 | 10100 | 11110011 | 101001 | 1000010 |
Color Harmonies of #8986CC
Complementary color
Monochromatic Colors of #8986CC
Black with #8986CC
Text Example
Text Example
White with #8986CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8986CC; }
p { color: rgb(137,134,204); }
H1.HeaderClassName
{
color: #8986CC;
}
.AnyTagClassName
{
color: #8986CC;
}
</style>
background-color css
<style>
a { background-color: #8986CC; }
a { background-color: rgb(137,134,204); }
div.DivClassName
{
background-color: #8986CC;
}
.BgClassName
{
background-color: #8986CC;
}
</style>
border-color css
<style>
span { border-color: #8986CC; }
span { border-color: rgb(137,134,204); }
td.TdClassName
{
border-color: #8986CC;
}
.TagClassName
{
border-color: #8986CC;
}
</style>