Shades of Moody Blue #867CDA
Tints of Moody Blue #867CDA
RGB
CMYK
RGB Variations
Color information
#867CDA (or 0x867CDA) is known color: Moody Blue. HEX triplet: 86, 7C and DA. RGB value is (134,124,218). Sum of RGB (Red+Green+Blue) = 134+124+218=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #867CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CDA is #798325. Grayscale: #898989. Windows color (decimal): -7963430 or 14318726. OLE color: 14318726.
HSL color Cylindrical-coordinate representation of color #867CDA: hue angle of 246.38º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #867CDA is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 124 | 218 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.15 |
| HSL | 246.38º | 0.56% | 0.67% | - |
| HSV(B) | 246.38º | 0.43% | 0.85% | - |
| XYZ | 29.69 | 24.55 | 69.5 | - |
| YUV | 137.71 | 173.31 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 218 | 0.39 | 0.43 | 0 | 0.15 | 246.38 | 0.56 | 0.67 |
| Hex | 86 | 7C | DA | 27 | 2B | 0 | F | F6 | 38 | 43 |
| Octal | 206 | 174 | 332 | 47 | 53 | 0 | 17 | 366 | 70 | 103 |
| Binary | 10000110 | 1111100 | 11011010 | 100111 | 101011 | 0 | 1111 | 11110110 | 111000 | 1000011 |
Color Harmonies of #867CDA
Complementary color
Monochromatic Colors of #867CDA
Black with #867CDA
Text Example
Text Example
White with #867CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867CDA; }
p { color: rgb(134,124,218); }
H1.HeaderClassName
{
color: #867CDA;
}
.AnyTagClassName
{
color: #867CDA;
}
</style>
background-color css
<style>
a { background-color: #867CDA; }
a { background-color: rgb(134,124,218); }
div.DivClassName
{
background-color: #867CDA;
}
.BgClassName
{
background-color: #867CDA;
}
</style>
border-color css
<style>
span { border-color: #867CDA; }
span { border-color: rgb(134,124,218); }
td.TdClassName
{
border-color: #867CDA;
}
.TagClassName
{
border-color: #867CDA;
}
</style>