Shades of Moody Blue #8386CF
Tints of Moody Blue #8386CF
RGB
CMYK
RGB Variations
Color information
#8386CF (or 0x8386CF) is known color: Moody Blue. HEX triplet: 83, 86 and CF. RGB value is (131,134,207). Sum of RGB (Red+Green+Blue) = 131+134+207=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #8386CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386CF is #7C7930. Grayscale: #8D8D8D. Windows color (decimal): -8157489 or 13600387. OLE color: 13600387.
HSL color Cylindrical-coordinate representation of color #8386CF: hue angle of 237.63º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8386CF is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 134 | 207 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.19 |
| HSL | 237.63º | 0.44% | 0.66% | - |
| HSV(B) | 237.63º | 0.37% | 0.81% | - |
| XYZ | 29.15 | 26.38 | 62.59 | - |
| YUV | 141.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 207 | 0.37 | 0.35 | 0 | 0.19 | 237.63 | 0.44 | 0.66 |
| Hex | 83 | 86 | CF | 25 | 23 | 0 | 13 | EE | 2C | 42 |
| Octal | 203 | 206 | 317 | 45 | 43 | 0 | 23 | 356 | 54 | 102 |
| Binary | 10000011 | 10000110 | 11001111 | 100101 | 100011 | 0 | 10011 | 11101110 | 101100 | 1000010 |
Color Harmonies of #8386CF
Complementary color
Monochromatic Colors of #8386CF
Black with #8386CF
Text Example
Text Example
White with #8386CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8386CF; }
p { color: rgb(131,134,207); }
H1.HeaderClassName
{
color: #8386CF;
}
.AnyTagClassName
{
color: #8386CF;
}
</style>
background-color css
<style>
a { background-color: #8386CF; }
a { background-color: rgb(131,134,207); }
div.DivClassName
{
background-color: #8386CF;
}
.BgClassName
{
background-color: #8386CF;
}
</style>
border-color css
<style>
span { border-color: #8386CF; }
span { border-color: rgb(131,134,207); }
td.TdClassName
{
border-color: #8386CF;
}
.TagClassName
{
border-color: #8386CF;
}
</style>