Shades of Moody Blue #8386C3
Tints of Moody Blue #8386C3
RGB
CMYK
RGB Variations
Color information
#8386C3 (or 0x8386C3) is known color: Moody Blue. HEX triplet: 83, 86 and C3. RGB value is (131,134,195). Sum of RGB (Red+Green+Blue) = 131+134+195=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #8386C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386C3 is #7C793C. Grayscale: #8B8B8B. Windows color (decimal): -8157501 or 12813955. OLE color: 12813955.
HSL color Cylindrical-coordinate representation of color #8386C3: hue angle of 237.19º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8386C3 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 134 | 195 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.24 |
| HSL | 237.19º | 0.35% | 0.64% | - |
| HSV(B) | 237.19º | 0.33% | 0.76% | - |
| XYZ | 27.74 | 25.82 | 55.15 | - |
| YUV | 140.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 195 | 0.33 | 0.31 | 0 | 0.24 | 237.19 | 0.35 | 0.64 |
| Hex | 83 | 86 | C3 | 21 | 1F | 0 | 18 | ED | 23 | 40 |
| Octal | 203 | 206 | 303 | 41 | 37 | 0 | 30 | 355 | 43 | 100 |
| Binary | 10000011 | 10000110 | 11000011 | 100001 | 11111 | 0 | 11000 | 11101101 | 100011 | 1000000 |
Color Harmonies of #8386C3
Complementary color
Monochromatic Colors of #8386C3
Black with #8386C3
Text Example
Text Example
White with #8386C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8386C3; }
p { color: rgb(131,134,195); }
H1.HeaderClassName
{
color: #8386C3;
}
.AnyTagClassName
{
color: #8386C3;
}
</style>
background-color css
<style>
a { background-color: #8386C3; }
a { background-color: rgb(131,134,195); }
div.DivClassName
{
background-color: #8386C3;
}
.BgClassName
{
background-color: #8386C3;
}
</style>
border-color css
<style>
span { border-color: #8386C3; }
span { border-color: rgb(131,134,195); }
td.TdClassName
{
border-color: #8386C3;
}
.TagClassName
{
border-color: #8386C3;
}
</style>