Shades of Moody Blue #8F86DA
Tints of Moody Blue #8F86DA
RGB
CMYK
RGB Variations
Color information
#8F86DA (or 0x8F86DA) is known color: Moody Blue. HEX triplet: 8F, 86 and DA. RGB value is (143,134,218). Sum of RGB (Red+Green+Blue) = 143+134+218=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F86DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F86DA is #707925. Grayscale: #919191. Windows color (decimal): -7371046 or 14321295. OLE color: 14321295.
HSL color Cylindrical-coordinate representation of color #8F86DA: hue angle of 246.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F86DA is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 134 | 218 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.15 |
| HSL | 246.43º | 0.53% | 0.69% | - |
| HSV(B) | 246.43º | 0.39% | 0.85% | - |
| XYZ | 32.51 | 27.95 | 70.01 | - |
| YUV | 146.27 | 168.48 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 218 | 0.34 | 0.39 | 0 | 0.15 | 246.43 | 0.53 | 0.69 |
| Hex | 8F | 86 | DA | 22 | 27 | 0 | F | F6 | 35 | 45 |
| Octal | 217 | 206 | 332 | 42 | 47 | 0 | 17 | 366 | 65 | 105 |
| Binary | 10001111 | 10000110 | 11011010 | 100010 | 100111 | 0 | 1111 | 11110110 | 110101 | 1000101 |
Color Harmonies of #8F86DA
Complementary color
Monochromatic Colors of #8F86DA
Black with #8F86DA
Text Example
Text Example
White with #8F86DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F86DA; }
p { color: rgb(143,134,218); }
H1.HeaderClassName
{
color: #8F86DA;
}
.AnyTagClassName
{
color: #8F86DA;
}
</style>
background-color css
<style>
a { background-color: #8F86DA; }
a { background-color: rgb(143,134,218); }
div.DivClassName
{
background-color: #8F86DA;
}
.BgClassName
{
background-color: #8F86DA;
}
</style>
border-color css
<style>
span { border-color: #8F86DA; }
span { border-color: rgb(143,134,218); }
td.TdClassName
{
border-color: #8F86DA;
}
.TagClassName
{
border-color: #8F86DA;
}
</style>