Shades of Moody Blue #8386CE
Tints of Moody Blue #8386CE
RGB
CMYK
RGB Variations
Color information
#8386CE (or 0x8386CE) is known color: Moody Blue. HEX triplet: 83, 86 and CE. RGB value is (131,134,206). Sum of RGB (Red+Green+Blue) = 131+134+206=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #8386CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386CE is #7C7931. Grayscale: #8D8D8D. Windows color (decimal): -8157490 or 13534851. OLE color: 13534851.
HSL color Cylindrical-coordinate representation of color #8386CE: hue angle of 237.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8386CE is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 134 | 206 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.19 |
| HSL | 237.6º | 0.43% | 0.66% | - |
| HSV(B) | 237.6º | 0.36% | 0.81% | - |
| XYZ | 29.03 | 26.33 | 61.95 | - |
| YUV | 141.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 206 | 0.36 | 0.35 | 0 | 0.19 | 237.6 | 0.43 | 0.66 |
| Hex | 83 | 86 | CE | 24 | 23 | 0 | 13 | EE | 2B | 42 |
| Octal | 203 | 206 | 316 | 44 | 43 | 0 | 23 | 356 | 53 | 102 |
| Binary | 10000011 | 10000110 | 11001110 | 100100 | 100011 | 0 | 10011 | 11101110 | 101011 | 1000010 |
Color Harmonies of #8386CE
Complementary color
Monochromatic Colors of #8386CE
Black with #8386CE
Text Example
Text Example
White with #8386CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8386CE; }
p { color: rgb(131,134,206); }
H1.HeaderClassName
{
color: #8386CE;
}
.AnyTagClassName
{
color: #8386CE;
}
</style>
background-color css
<style>
a { background-color: #8386CE; }
a { background-color: rgb(131,134,206); }
div.DivClassName
{
background-color: #8386CE;
}
.BgClassName
{
background-color: #8386CE;
}
</style>
border-color css
<style>
span { border-color: #8386CE; }
span { border-color: rgb(131,134,206); }
td.TdClassName
{
border-color: #8386CE;
}
.TagClassName
{
border-color: #8386CE;
}
</style>