Shades of Moody Blue #8684BE
Tints of Moody Blue #8684BE
RGB
CMYK
RGB Variations
Color information
#8684BE (or 0x8684BE) is known color: Moody Blue. HEX triplet: 86, 84 and BE. RGB value is (134,132,190). Sum of RGB (Red+Green+Blue) = 134+132+190=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #8684BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8684BE is #797B41. Grayscale: #8A8A8A. Windows color (decimal): -7961410 or 12485766. OLE color: 12485766.
HSL color Cylindrical-coordinate representation of color #8684BE: hue angle of 242.07º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8684BE is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 132 | 190 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.25 |
| HSL | 242.07º | 0.31% | 0.63% | - |
| HSV(B) | 242.07º | 0.31% | 0.75% | - |
| XYZ | 27.38 | 25.29 | 52.15 | - |
| YUV | 139.21 | 156.66 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 190 | 0.29 | 0.31 | 0 | 0.25 | 242.07 | 0.31 | 0.63 |
| Hex | 86 | 84 | BE | 1D | 1F | 0 | 19 | F2 | 1F | 3F |
| Octal | 206 | 204 | 276 | 35 | 37 | 0 | 31 | 362 | 37 | 77 |
| Binary | 10000110 | 10000100 | 10111110 | 11101 | 11111 | 0 | 11001 | 11110010 | 11111 | 111111 |
Color Harmonies of #8684BE
Complementary color
Monochromatic Colors of #8684BE
Black with #8684BE
Text Example
Text Example
White with #8684BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8684BE; }
p { color: rgb(134,132,190); }
H1.HeaderClassName
{
color: #8684BE;
}
.AnyTagClassName
{
color: #8684BE;
}
</style>
background-color css
<style>
a { background-color: #8684BE; }
a { background-color: rgb(134,132,190); }
div.DivClassName
{
background-color: #8684BE;
}
.BgClassName
{
background-color: #8684BE;
}
</style>
border-color css
<style>
span { border-color: #8684BE; }
span { border-color: rgb(134,132,190); }
td.TdClassName
{
border-color: #8684BE;
}
.TagClassName
{
border-color: #8684BE;
}
</style>