Shades of Moody Blue #8C82D7
Tints of Moody Blue #8C82D7
RGB
CMYK
RGB Variations
Color information
#8C82D7 (or 0x8C82D7) is known color: Moody Blue. HEX triplet: 8C, 82 and D7. RGB value is (140,130,215). Sum of RGB (Red+Green+Blue) = 140+130+215=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #8C82D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C82D7 is #737D28. Grayscale: #8E8E8E. Windows color (decimal): -7568681 or 14123660. OLE color: 14123660.
HSL color Cylindrical-coordinate representation of color #8C82D7: hue angle of 247.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C82D7 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 130 | 215 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.16 |
| HSL | 247.06º | 0.52% | 0.68% | - |
| HSV(B) | 247.06º | 0.4% | 0.84% | - |
| XYZ | 31.06 | 26.45 | 67.76 | - |
| YUV | 142.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 215 | 0.35 | 0.40 | 0 | 0.16 | 247.06 | 0.52 | 0.68 |
| Hex | 8C | 82 | D7 | 23 | 28 | 0 | 10 | F7 | 34 | 44 |
| Octal | 214 | 202 | 327 | 43 | 50 | 0 | 20 | 367 | 64 | 104 |
| Binary | 10001100 | 10000010 | 11010111 | 100011 | 101000 | 0 | 10000 | 11110111 | 110100 | 1000100 |
Color Harmonies of #8C82D7
Complementary color
Monochromatic Colors of #8C82D7
Black with #8C82D7
Text Example
Text Example
White with #8C82D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C82D7; }
p { color: rgb(140,130,215); }
H1.HeaderClassName
{
color: #8C82D7;
}
.AnyTagClassName
{
color: #8C82D7;
}
</style>
background-color css
<style>
a { background-color: #8C82D7; }
a { background-color: rgb(140,130,215); }
div.DivClassName
{
background-color: #8C82D7;
}
.BgClassName
{
background-color: #8C82D7;
}
</style>
border-color css
<style>
span { border-color: #8C82D7; }
span { border-color: rgb(140,130,215); }
td.TdClassName
{
border-color: #8C82D7;
}
.TagClassName
{
border-color: #8C82D7;
}
</style>