Shades of Moody Blue #867FDA
Tints of Moody Blue #867FDA
RGB
CMYK
RGB Variations
Color information
#867FDA (or 0x867FDA) is known color: Moody Blue. HEX triplet: 86, 7F and DA. RGB value is (134,127,218). Sum of RGB (Red+Green+Blue) = 134+127+218=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #867FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FDA is #798025. Grayscale: #8B8B8B. Windows color (decimal): -7962662 or 14319494. OLE color: 14319494.
HSL color Cylindrical-coordinate representation of color #867FDA: hue angle of 244.62º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #867FDA is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 127 | 218 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.15 |
| HSL | 244.62º | 0.55% | 0.68% | - |
| HSV(B) | 244.62º | 0.42% | 0.85% | - |
| XYZ | 30.08 | 25.31 | 69.63 | - |
| YUV | 139.47 | 172.32 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 218 | 0.39 | 0.42 | 0 | 0.15 | 244.62 | 0.55 | 0.68 |
| Hex | 86 | 7F | DA | 27 | 2A | 0 | F | F5 | 37 | 44 |
| Octal | 206 | 177 | 332 | 47 | 52 | 0 | 17 | 365 | 67 | 104 |
| Binary | 10000110 | 1111111 | 11011010 | 100111 | 101010 | 0 | 1111 | 11110101 | 110111 | 1000100 |
Color Harmonies of #867FDA
Complementary color
Monochromatic Colors of #867FDA
Black with #867FDA
Text Example
Text Example
White with #867FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FDA; }
p { color: rgb(134,127,218); }
H1.HeaderClassName
{
color: #867FDA;
}
.AnyTagClassName
{
color: #867FDA;
}
</style>
background-color css
<style>
a { background-color: #867FDA; }
a { background-color: rgb(134,127,218); }
div.DivClassName
{
background-color: #867FDA;
}
.BgClassName
{
background-color: #867FDA;
}
</style>
border-color css
<style>
span { border-color: #867FDA; }
span { border-color: rgb(134,127,218); }
td.TdClassName
{
border-color: #867FDA;
}
.TagClassName
{
border-color: #867FDA;
}
</style>