Shades of Moody Blue #8C83DF
Tints of Moody Blue #8C83DF
RGB
CMYK
RGB Variations
Color information
#8C83DF (or 0x8C83DF) is known color: Moody Blue. HEX triplet: 8C, 83 and DF. RGB value is (140,131,223). Sum of RGB (Red+Green+Blue) = 140+131+223=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C83DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83DF is #737C20. Grayscale: #8F8F8F. Windows color (decimal): -7568417 or 14648204. OLE color: 14648204.
HSL color Cylindrical-coordinate representation of color #8C83DF: hue angle of 245.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C83DF is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 131 | 223 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.13 |
| HSL | 245.87º | 0.59% | 0.69% | - |
| HSV(B) | 245.87º | 0.41% | 0.87% | - |
| XYZ | 32.25 | 27.14 | 73.35 | - |
| YUV | 144.18 | 172.48 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 223 | 0.37 | 0.41 | 0 | 0.13 | 245.87 | 0.59 | 0.69 |
| Hex | 8C | 83 | DF | 25 | 29 | 0 | D | F6 | 3B | 45 |
| Octal | 214 | 203 | 337 | 45 | 51 | 0 | 15 | 366 | 73 | 105 |
| Binary | 10001100 | 10000011 | 11011111 | 100101 | 101001 | 0 | 1101 | 11110110 | 111011 | 1000101 |
Color Harmonies of #8C83DF
Complementary color
Monochromatic Colors of #8C83DF
Black with #8C83DF
Text Example
Text Example
White with #8C83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C83DF; }
p { color: rgb(140,131,223); }
H1.HeaderClassName
{
color: #8C83DF;
}
.AnyTagClassName
{
color: #8C83DF;
}
</style>
background-color css
<style>
a { background-color: #8C83DF; }
a { background-color: rgb(140,131,223); }
div.DivClassName
{
background-color: #8C83DF;
}
.BgClassName
{
background-color: #8C83DF;
}
</style>
border-color css
<style>
span { border-color: #8C83DF; }
span { border-color: rgb(140,131,223); }
td.TdClassName
{
border-color: #8C83DF;
}
.TagClassName
{
border-color: #8C83DF;
}
</style>