Shades of Moody Blue #897ED3
Tints of Moody Blue #897ED3
RGB
CMYK
RGB Variations
Color information
#897ED3 (or 0x897ED3) is known color: Moody Blue. HEX triplet: 89, 7E and D3. RGB value is (137,126,211). Sum of RGB (Red+Green+Blue) = 137+126+211=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 211 - color contains mainly: blue. Hex color #897ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ED3 is #76812C. Grayscale: #8A8A8A. Windows color (decimal): -7766317 or 13860489. OLE color: 13860489.
HSL color Cylindrical-coordinate representation of color #897ED3: hue angle of 247.76º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #897ED3 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 126 | 211 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.17 |
| HSL | 247.76º | 0.49% | 0.66% | - |
| HSV(B) | 247.76º | 0.4% | 0.83% | - |
| XYZ | 29.54 | 24.94 | 64.89 | - |
| YUV | 138.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 211 | 0.35 | 0.40 | 0 | 0.17 | 247.76 | 0.49 | 0.66 |
| Hex | 89 | 7E | D3 | 23 | 28 | 0 | 11 | F8 | 31 | 42 |
| Octal | 211 | 176 | 323 | 43 | 50 | 0 | 21 | 370 | 61 | 102 |
| Binary | 10001001 | 1111110 | 11010011 | 100011 | 101000 | 0 | 10001 | 11111000 | 110001 | 1000010 |
Color Harmonies of #897ED3
Complementary color
Monochromatic Colors of #897ED3
Black with #897ED3
Text Example
Text Example
White with #897ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897ED3; }
p { color: rgb(137,126,211); }
H1.HeaderClassName
{
color: #897ED3;
}
.AnyTagClassName
{
color: #897ED3;
}
</style>
background-color css
<style>
a { background-color: #897ED3; }
a { background-color: rgb(137,126,211); }
div.DivClassName
{
background-color: #897ED3;
}
.BgClassName
{
background-color: #897ED3;
}
</style>
border-color css
<style>
span { border-color: #897ED3; }
span { border-color: rgb(137,126,211); }
td.TdClassName
{
border-color: #897ED3;
}
.TagClassName
{
border-color: #897ED3;
}
</style>