Shades of Moody Blue #8C81B5
Tints of Moody Blue #8C81B5
RGB
CMYK
RGB Variations
Color information
#8C81B5 (or 0x8C81B5) is known color: Moody Blue. HEX triplet: 8C, 81 and B5. RGB value is (140,129,181). Sum of RGB (Red+Green+Blue) = 140+129+181=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 181 - color contains mainly: blue. Hex color #8C81B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C81B5 is #737E4A. Grayscale: #8A8A8A. Windows color (decimal): -7568971 or 11895180. OLE color: 11895180.
HSL color Cylindrical-coordinate representation of color #8C81B5: hue angle of 252.69º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C81B5 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 129 | 181 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.29 |
| HSL | 252.69º | 0.26% | 0.61% | - |
| HSV(B) | 252.69º | 0.29% | 0.71% | - |
| XYZ | 27.01 | 24.61 | 47.04 | - |
| YUV | 138.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 181 | 0.23 | 0.29 | 0 | 0.29 | 252.69 | 0.26 | 0.61 |
| Hex | 8C | 81 | B5 | 17 | 1D | 0 | 1D | FD | 1A | 3D |
| Octal | 214 | 201 | 265 | 27 | 35 | 0 | 35 | 375 | 32 | 75 |
| Binary | 10001100 | 10000001 | 10110101 | 10111 | 11101 | 0 | 11101 | 11111101 | 11010 | 111101 |
Color Harmonies of #8C81B5
Complementary color
Monochromatic Colors of #8C81B5
Black with #8C81B5
Text Example
Text Example
White with #8C81B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C81B5; }
p { color: rgb(140,129,181); }
H1.HeaderClassName
{
color: #8C81B5;
}
.AnyTagClassName
{
color: #8C81B5;
}
</style>
background-color css
<style>
a { background-color: #8C81B5; }
a { background-color: rgb(140,129,181); }
div.DivClassName
{
background-color: #8C81B5;
}
.BgClassName
{
background-color: #8C81B5;
}
</style>
border-color css
<style>
span { border-color: #8C81B5; }
span { border-color: rgb(140,129,181); }
td.TdClassName
{
border-color: #8C81B5;
}
.TagClassName
{
border-color: #8C81B5;
}
</style>