Shades of Moody Blue #8C84CE
Tints of Moody Blue #8C84CE
RGB
CMYK
RGB Variations
Color information
#8C84CE (or 0x8C84CE) is known color: Moody Blue. HEX triplet: 8C, 84 and CE. RGB value is (140,132,206). Sum of RGB (Red+Green+Blue) = 140+132+206=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C84CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C84CE is #737B31. Grayscale: #8E8E8E. Windows color (decimal): -7568178 or 13534348. OLE color: 13534348.
HSL color Cylindrical-coordinate representation of color #8C84CE: hue angle of 246.49º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C84CE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 132 | 206 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.19 |
| HSL | 246.49º | 0.43% | 0.66% | - |
| HSV(B) | 246.49º | 0.36% | 0.81% | - |
| XYZ | 30.21 | 26.53 | 61.92 | - |
| YUV | 142.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 206 | 0.32 | 0.36 | 0 | 0.19 | 246.49 | 0.43 | 0.66 |
| Hex | 8C | 84 | CE | 20 | 24 | 0 | 13 | F6 | 2B | 42 |
| Octal | 214 | 204 | 316 | 40 | 44 | 0 | 23 | 366 | 53 | 102 |
| Binary | 10001100 | 10000100 | 11001110 | 100000 | 100100 | 0 | 10011 | 11110110 | 101011 | 1000010 |
Color Harmonies of #8C84CE
Complementary color
Monochromatic Colors of #8C84CE
Black with #8C84CE
Text Example
Text Example
White with #8C84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C84CE; }
p { color: rgb(140,132,206); }
H1.HeaderClassName
{
color: #8C84CE;
}
.AnyTagClassName
{
color: #8C84CE;
}
</style>
background-color css
<style>
a { background-color: #8C84CE; }
a { background-color: rgb(140,132,206); }
div.DivClassName
{
background-color: #8C84CE;
}
.BgClassName
{
background-color: #8C84CE;
}
</style>
border-color css
<style>
span { border-color: #8C84CE; }
span { border-color: rgb(140,132,206); }
td.TdClassName
{
border-color: #8C84CE;
}
.TagClassName
{
border-color: #8C84CE;
}
</style>