Shades of Moody Blue #8689C7
Tints of Moody Blue #8689C7
RGB
CMYK
RGB Variations
Color information
#8689C7 (or 0x8689C7) is known color: Moody Blue. HEX triplet: 86, 89 and C7. RGB value is (134,137,199). Sum of RGB (Red+Green+Blue) = 134+137+199=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #8689C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689C7 is #797638. Grayscale: #8E8E8E. Windows color (decimal): -7960121 or 13076870. OLE color: 13076870.
HSL color Cylindrical-coordinate representation of color #8689C7: hue angle of 237.23º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8689C7 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 137 | 199 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.22 |
| HSL | 237.23º | 0.37% | 0.65% | - |
| HSV(B) | 237.23º | 0.33% | 0.78% | - |
| XYZ | 29.09 | 27.08 | 57.73 | - |
| YUV | 143.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 199 | 0.33 | 0.31 | 0 | 0.22 | 237.23 | 0.37 | 0.65 |
| Hex | 86 | 89 | C7 | 21 | 1F | 0 | 16 | ED | 25 | 41 |
| Octal | 206 | 211 | 307 | 41 | 37 | 0 | 26 | 355 | 45 | 101 |
| Binary | 10000110 | 10001001 | 11000111 | 100001 | 11111 | 0 | 10110 | 11101101 | 100101 | 1000001 |
Color Harmonies of #8689C7
Complementary color
Monochromatic Colors of #8689C7
Black with #8689C7
Text Example
Text Example
White with #8689C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8689C7; }
p { color: rgb(134,137,199); }
H1.HeaderClassName
{
color: #8689C7;
}
.AnyTagClassName
{
color: #8689C7;
}
</style>
background-color css
<style>
a { background-color: #8689C7; }
a { background-color: rgb(134,137,199); }
div.DivClassName
{
background-color: #8689C7;
}
.BgClassName
{
background-color: #8689C7;
}
</style>
border-color css
<style>
span { border-color: #8689C7; }
span { border-color: rgb(134,137,199); }
td.TdClassName
{
border-color: #8689C7;
}
.TagClassName
{
border-color: #8689C7;
}
</style>