Shades of Moody Blue #8C84CB
Tints of Moody Blue #8C84CB
RGB
CMYK
RGB Variations
Color information
#8C84CB (or 0x8C84CB) is known color: Moody Blue. HEX triplet: 8C, 84 and CB. RGB value is (140,132,203). Sum of RGB (Red+Green+Blue) = 140+132+203=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C84CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C84CB is #737B34. Grayscale: #8E8E8E. Windows color (decimal): -7568181 or 13337740. OLE color: 13337740.
HSL color Cylindrical-coordinate representation of color #8C84CB: hue angle of 246.76º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C84CB is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 132 | 203 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.20 |
| HSL | 246.76º | 0.41% | 0.66% | - |
| HSV(B) | 246.76º | 0.35% | 0.8% | - |
| XYZ | 29.85 | 26.39 | 60.02 | - |
| YUV | 142.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 203 | 0.31 | 0.35 | 0 | 0.20 | 246.76 | 0.41 | 0.66 |
| Hex | 8C | 84 | CB | 1F | 23 | 0 | 14 | F7 | 29 | 42 |
| Octal | 214 | 204 | 313 | 37 | 43 | 0 | 24 | 367 | 51 | 102 |
| Binary | 10001100 | 10000100 | 11001011 | 11111 | 100011 | 0 | 10100 | 11110111 | 101001 | 1000010 |
Color Harmonies of #8C84CB
Complementary color
Monochromatic Colors of #8C84CB
Black with #8C84CB
Text Example
Text Example
White with #8C84CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C84CB; }
p { color: rgb(140,132,203); }
H1.HeaderClassName
{
color: #8C84CB;
}
.AnyTagClassName
{
color: #8C84CB;
}
</style>
background-color css
<style>
a { background-color: #8C84CB; }
a { background-color: rgb(140,132,203); }
div.DivClassName
{
background-color: #8C84CB;
}
.BgClassName
{
background-color: #8C84CB;
}
</style>
border-color css
<style>
span { border-color: #8C84CB; }
span { border-color: rgb(140,132,203); }
td.TdClassName
{
border-color: #8C84CB;
}
.TagClassName
{
border-color: #8C84CB;
}
</style>