Shades of Moody Blue #8E82CC
Tints of Moody Blue #8E82CC
RGB
CMYK
RGB Variations
Color information
#8E82CC (or 0x8E82CC) is known color: Moody Blue. HEX triplet: 8E, 82 and CC. RGB value is (142,130,204). Sum of RGB (Red+Green+Blue) = 142+130+204=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E82CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E82CC is #717D33. Grayscale: #8D8D8D. Windows color (decimal): -7437620 or 13402766. OLE color: 13402766.
HSL color Cylindrical-coordinate representation of color #8E82CC: hue angle of 249.73º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E82CC is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 130 | 204 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.2 |
| HSL | 249.73º | 0.42% | 0.65% | - |
| HSV(B) | 249.73º | 0.36% | 0.8% | - |
| XYZ | 30.04 | 26.08 | 60.58 | - |
| YUV | 142.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 204 | 0.30 | 0.36 | 0 | 0.2 | 249.73 | 0.42 | 0.65 |
| Hex | 8E | 82 | CC | 1E | 24 | 0 | 14 | FA | 2A | 41 |
| Octal | 216 | 202 | 314 | 36 | 44 | 0 | 24 | 372 | 52 | 101 |
| Binary | 10001110 | 10000010 | 11001100 | 11110 | 100100 | 0 | 10100 | 11111010 | 101010 | 1000001 |
Color Harmonies of #8E82CC
Complementary color
Monochromatic Colors of #8E82CC
Black with #8E82CC
Text Example
Text Example
White with #8E82CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E82CC; }
p { color: rgb(142,130,204); }
H1.HeaderClassName
{
color: #8E82CC;
}
.AnyTagClassName
{
color: #8E82CC;
}
</style>
background-color css
<style>
a { background-color: #8E82CC; }
a { background-color: rgb(142,130,204); }
div.DivClassName
{
background-color: #8E82CC;
}
.BgClassName
{
background-color: #8E82CC;
}
</style>
border-color css
<style>
span { border-color: #8E82CC; }
span { border-color: rgb(142,130,204); }
td.TdClassName
{
border-color: #8E82CC;
}
.TagClassName
{
border-color: #8E82CC;
}
</style>