Shades of Moody Blue #897ECF
Tints of Moody Blue #897ECF
RGB
CMYK
RGB Variations
Color information
#897ECF (or 0x897ECF) is known color: Moody Blue. HEX triplet: 89, 7E and CF. RGB value is (137,126,207). Sum of RGB (Red+Green+Blue) = 137+126+207=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #897ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ECF is #768130. Grayscale: #8A8A8A. Windows color (decimal): -7766321 or 13598345. OLE color: 13598345.
HSL color Cylindrical-coordinate representation of color #897ECF: hue angle of 248.15º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #897ECF is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 126 | 207 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.19 |
| HSL | 248.15º | 0.46% | 0.65% | - |
| HSV(B) | 248.15º | 0.39% | 0.81% | - |
| XYZ | 29.04 | 24.75 | 62.28 | - |
| YUV | 138.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 207 | 0.34 | 0.39 | 0 | 0.19 | 248.15 | 0.46 | 0.65 |
| Hex | 89 | 7E | CF | 22 | 27 | 0 | 13 | F8 | 2E | 41 |
| Octal | 211 | 176 | 317 | 42 | 47 | 0 | 23 | 370 | 56 | 101 |
| Binary | 10001001 | 1111110 | 11001111 | 100010 | 100111 | 0 | 10011 | 11111000 | 101110 | 1000001 |
Color Harmonies of #897ECF
Complementary color
Monochromatic Colors of #897ECF
Black with #897ECF
Text Example
Text Example
White with #897ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897ECF; }
p { color: rgb(137,126,207); }
H1.HeaderClassName
{
color: #897ECF;
}
.AnyTagClassName
{
color: #897ECF;
}
</style>
background-color css
<style>
a { background-color: #897ECF; }
a { background-color: rgb(137,126,207); }
div.DivClassName
{
background-color: #897ECF;
}
.BgClassName
{
background-color: #897ECF;
}
</style>
border-color css
<style>
span { border-color: #897ECF; }
span { border-color: rgb(137,126,207); }
td.TdClassName
{
border-color: #897ECF;
}
.TagClassName
{
border-color: #897ECF;
}
</style>