Shades of Moody Blue #8681C9
Tints of Moody Blue #8681C9
RGB
CMYK
RGB Variations
Color information
#8681C9 (or 0x8681C9) is known color: Moody Blue. HEX triplet: 86, 81 and C9. RGB value is (134,129,201). Sum of RGB (Red+Green+Blue) = 134+129+201=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #8681C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8681C9 is #797E36. Grayscale: #8A8A8A. Windows color (decimal): -7962167 or 13205894. OLE color: 13205894.
HSL color Cylindrical-coordinate representation of color #8681C9: hue angle of 244.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8681C9 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 129 | 201 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.21 |
| HSL | 244.17º | 0.4% | 0.65% | - |
| HSV(B) | 244.17º | 0.36% | 0.79% | - |
| XYZ | 28.22 | 24.99 | 58.59 | - |
| YUV | 138.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 201 | 0.33 | 0.36 | 0 | 0.21 | 244.17 | 0.4 | 0.65 |
| Hex | 86 | 81 | C9 | 21 | 24 | 0 | 15 | F4 | 28 | 41 |
| Octal | 206 | 201 | 311 | 41 | 44 | 0 | 25 | 364 | 50 | 101 |
| Binary | 10000110 | 10000001 | 11001001 | 100001 | 100100 | 0 | 10101 | 11110100 | 101000 | 1000001 |
Color Harmonies of #8681C9
Complementary color
Monochromatic Colors of #8681C9
Black with #8681C9
Text Example
Text Example
White with #8681C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8681C9; }
p { color: rgb(134,129,201); }
H1.HeaderClassName
{
color: #8681C9;
}
.AnyTagClassName
{
color: #8681C9;
}
</style>
background-color css
<style>
a { background-color: #8681C9; }
a { background-color: rgb(134,129,201); }
div.DivClassName
{
background-color: #8681C9;
}
.BgClassName
{
background-color: #8681C9;
}
</style>
border-color css
<style>
span { border-color: #8681C9; }
span { border-color: rgb(134,129,201); }
td.TdClassName
{
border-color: #8681C9;
}
.TagClassName
{
border-color: #8681C9;
}
</style>