Shades of Moody Blue #8C82DE
Tints of Moody Blue #8C82DE
RGB
CMYK
RGB Variations
Color information
#8C82DE (or 0x8C82DE) is known color: Moody Blue. HEX triplet: 8C, 82 and DE. RGB value is (140,130,222). Sum of RGB (Red+Green+Blue) = 140+130+222=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C82DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C82DE is #737D21. Grayscale: #8F8F8F. Windows color (decimal): -7568674 or 14582412. OLE color: 14582412.
HSL color Cylindrical-coordinate representation of color #8C82DE: hue angle of 246.52º degrees, saturation: 0.58, 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 #8C82DE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 130 | 222 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.13 |
| HSL | 246.52º | 0.58% | 0.69% | - |
| HSV(B) | 246.52º | 0.41% | 0.87% | - |
| XYZ | 31.98 | 26.81 | 72.6 | - |
| YUV | 143.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 222 | 0.37 | 0.41 | 0 | 0.13 | 246.52 | 0.58 | 0.69 |
| Hex | 8C | 82 | DE | 25 | 29 | 0 | D | F7 | 3A | 45 |
| Octal | 214 | 202 | 336 | 45 | 51 | 0 | 15 | 367 | 72 | 105 |
| Binary | 10001100 | 10000010 | 11011110 | 100101 | 101001 | 0 | 1101 | 11110111 | 111010 | 1000101 |
Color Harmonies of #8C82DE
Complementary color
Monochromatic Colors of #8C82DE
Black with #8C82DE
Text Example
Text Example
White with #8C82DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C82DE; }
p { color: rgb(140,130,222); }
H1.HeaderClassName
{
color: #8C82DE;
}
.AnyTagClassName
{
color: #8C82DE;
}
</style>
background-color css
<style>
a { background-color: #8C82DE; }
a { background-color: rgb(140,130,222); }
div.DivClassName
{
background-color: #8C82DE;
}
.BgClassName
{
background-color: #8C82DE;
}
</style>
border-color css
<style>
span { border-color: #8C82DE; }
span { border-color: rgb(140,130,222); }
td.TdClassName
{
border-color: #8C82DE;
}
.TagClassName
{
border-color: #8C82DE;
}
</style>