Shades of Moody Blue #8C84BC
Tints of Moody Blue #8C84BC
RGB
CMYK
RGB Variations
Color information
#8C84BC (or 0x8C84BC) is known color: Moody Blue. HEX triplet: 8C, 84 and BC. RGB value is (140,132,188). Sum of RGB (Red+Green+Blue) = 140+132+188=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C84BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C84BC is #737B43. Grayscale: #8C8C8C. Windows color (decimal): -7568196 or 12354700. OLE color: 12354700.
HSL color Cylindrical-coordinate representation of color #8C84BC: hue angle of 248.57º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C84BC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 132 | 188 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.26 |
| HSL | 248.57º | 0.29% | 0.63% | - |
| HSV(B) | 248.57º | 0.3% | 0.74% | - |
| XYZ | 28.14 | 25.71 | 51.06 | - |
| YUV | 140.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 188 | 0.26 | 0.30 | 0 | 0.26 | 248.57 | 0.29 | 0.63 |
| Hex | 8C | 84 | BC | 1A | 1E | 0 | 1A | F9 | 1D | 3F |
| Octal | 214 | 204 | 274 | 32 | 36 | 0 | 32 | 371 | 35 | 77 |
| Binary | 10001100 | 10000100 | 10111100 | 11010 | 11110 | 0 | 11010 | 11111001 | 11101 | 111111 |
Color Harmonies of #8C84BC
Complementary color
Monochromatic Colors of #8C84BC
Black with #8C84BC
Text Example
Text Example
White with #8C84BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C84BC; }
p { color: rgb(140,132,188); }
H1.HeaderClassName
{
color: #8C84BC;
}
.AnyTagClassName
{
color: #8C84BC;
}
</style>
background-color css
<style>
a { background-color: #8C84BC; }
a { background-color: rgb(140,132,188); }
div.DivClassName
{
background-color: #8C84BC;
}
.BgClassName
{
background-color: #8C84BC;
}
</style>
border-color css
<style>
span { border-color: #8C84BC; }
span { border-color: rgb(140,132,188); }
td.TdClassName
{
border-color: #8C84BC;
}
.TagClassName
{
border-color: #8C84BC;
}
</style>