Shades of Moody Blue #867BDA
Tints of Moody Blue #867BDA
RGB
CMYK
RGB Variations
Color information
#867BDA (or 0x867BDA) is known color: Moody Blue. HEX triplet: 86, 7B and DA. RGB value is (134,123,218). Sum of RGB (Red+Green+Blue) = 134+123+218=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #867BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BDA is #798425. Grayscale: #888888. Windows color (decimal): -7963686 or 14318470. OLE color: 14318470.
HSL color Cylindrical-coordinate representation of color #867BDA: hue angle of 246.95º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #867BDA is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 123 | 218 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.15 |
| HSL | 246.95º | 0.56% | 0.67% | - |
| HSV(B) | 246.95º | 0.44% | 0.85% | - |
| XYZ | 29.57 | 24.3 | 69.46 | - |
| YUV | 137.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 218 | 0.39 | 0.44 | 0 | 0.15 | 246.95 | 0.56 | 0.67 |
| Hex | 86 | 7B | DA | 27 | 2C | 0 | F | F7 | 38 | 43 |
| Octal | 206 | 173 | 332 | 47 | 54 | 0 | 17 | 367 | 70 | 103 |
| Binary | 10000110 | 1111011 | 11011010 | 100111 | 101100 | 0 | 1111 | 11110111 | 111000 | 1000011 |
Color Harmonies of #867BDA
Complementary color
Monochromatic Colors of #867BDA
Black with #867BDA
Text Example
Text Example
White with #867BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BDA; }
p { color: rgb(134,123,218); }
H1.HeaderClassName
{
color: #867BDA;
}
.AnyTagClassName
{
color: #867BDA;
}
</style>
background-color css
<style>
a { background-color: #867BDA; }
a { background-color: rgb(134,123,218); }
div.DivClassName
{
background-color: #867BDA;
}
.BgClassName
{
background-color: #867BDA;
}
</style>
border-color css
<style>
span { border-color: #867BDA; }
span { border-color: rgb(134,123,218); }
td.TdClassName
{
border-color: #867BDA;
}
.TagClassName
{
border-color: #867BDA;
}
</style>