Shades of Moody Blue #8C82DA
Tints of Moody Blue #8C82DA
RGB
CMYK
RGB Variations
Color information
#8C82DA (or 0x8C82DA) is known color: Moody Blue. HEX triplet: 8C, 82 and DA. RGB value is (140,130,218). Sum of RGB (Red+Green+Blue) = 140+130+218=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C82DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C82DA is #737D25. Grayscale: #8E8E8E. Windows color (decimal): -7568678 or 14320268. OLE color: 14320268.
HSL color Cylindrical-coordinate representation of color #8C82DA: hue angle of 246.82º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C82DA is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 130 | 218 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.15 |
| HSL | 246.82º | 0.54% | 0.68% | - |
| HSV(B) | 246.82º | 0.4% | 0.85% | - |
| XYZ | 31.45 | 26.6 | 69.81 | - |
| YUV | 143.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 218 | 0.36 | 0.40 | 0 | 0.15 | 246.82 | 0.54 | 0.68 |
| Hex | 8C | 82 | DA | 24 | 28 | 0 | F | F7 | 36 | 44 |
| Octal | 214 | 202 | 332 | 44 | 50 | 0 | 17 | 367 | 66 | 104 |
| Binary | 10001100 | 10000010 | 11011010 | 100100 | 101000 | 0 | 1111 | 11110111 | 110110 | 1000100 |
Color Harmonies of #8C82DA
Complementary color
Monochromatic Colors of #8C82DA
Black with #8C82DA
Text Example
Text Example
White with #8C82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C82DA; }
p { color: rgb(140,130,218); }
H1.HeaderClassName
{
color: #8C82DA;
}
.AnyTagClassName
{
color: #8C82DA;
}
</style>
background-color css
<style>
a { background-color: #8C82DA; }
a { background-color: rgb(140,130,218); }
div.DivClassName
{
background-color: #8C82DA;
}
.BgClassName
{
background-color: #8C82DA;
}
</style>
border-color css
<style>
span { border-color: #8C82DA; }
span { border-color: rgb(140,130,218); }
td.TdClassName
{
border-color: #8C82DA;
}
.TagClassName
{
border-color: #8C82DA;
}
</style>