Shades of Moody Blue #8E81BC
Tints of Moody Blue #8E81BC
RGB
CMYK
RGB Variations
Color information
#8E81BC (or 0x8E81BC) is known color: Moody Blue. HEX triplet: 8E, 81 and BC. RGB value is (142,129,188). Sum of RGB (Red+Green+Blue) = 142+129+188=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81BC is #717E43. Grayscale: #8B8B8B. Windows color (decimal): -7437892 or 12353934. OLE color: 12353934.
HSL color Cylindrical-coordinate representation of color #8E81BC: hue angle of 253.22º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E81BC is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 129 | 188 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.26 |
| HSL | 253.22º | 0.31% | 0.62% | - |
| HSV(B) | 253.22º | 0.31% | 0.74% | - |
| XYZ | 28.08 | 25.08 | 50.94 | - |
| YUV | 139.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 188 | 0.24 | 0.31 | 0 | 0.26 | 253.22 | 0.31 | 0.62 |
| Hex | 8E | 81 | BC | 18 | 1F | 0 | 1A | FD | 1F | 3E |
| Octal | 216 | 201 | 274 | 30 | 37 | 0 | 32 | 375 | 37 | 76 |
| Binary | 10001110 | 10000001 | 10111100 | 11000 | 11111 | 0 | 11010 | 11111101 | 11111 | 111110 |
Color Harmonies of #8E81BC
Complementary color
Monochromatic Colors of #8E81BC
Black with #8E81BC
Text Example
Text Example
White with #8E81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E81BC; }
p { color: rgb(142,129,188); }
H1.HeaderClassName
{
color: #8E81BC;
}
.AnyTagClassName
{
color: #8E81BC;
}
</style>
background-color css
<style>
a { background-color: #8E81BC; }
a { background-color: rgb(142,129,188); }
div.DivClassName
{
background-color: #8E81BC;
}
.BgClassName
{
background-color: #8E81BC;
}
</style>
border-color css
<style>
span { border-color: #8E81BC; }
span { border-color: rgb(142,129,188); }
td.TdClassName
{
border-color: #8E81BC;
}
.TagClassName
{
border-color: #8E81BC;
}
</style>