Shades of Moody Blue #897DBB
Tints of Moody Blue #897DBB
RGB
CMYK
RGB Variations
Color information
#897DBB (or 0x897DBB) is known color: Moody Blue. HEX triplet: 89, 7D and BB. RGB value is (137,125,187). Sum of RGB (Red+Green+Blue) = 137+125+187=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #897DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DBB is #768244. Grayscale: #878787. Windows color (decimal): -7766597 or 12287369. OLE color: 12287369.
HSL color Cylindrical-coordinate representation of color #897DBB: hue angle of 251.61º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #897DBB is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 125 | 187 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.27 |
| HSL | 251.61º | 0.31% | 0.61% | - |
| HSV(B) | 251.61º | 0.33% | 0.73% | - |
| XYZ | 26.62 | 23.57 | 50.16 | - |
| YUV | 135.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 187 | 0.27 | 0.33 | 0 | 0.27 | 251.61 | 0.31 | 0.61 |
| Hex | 89 | 7D | BB | 1B | 21 | 0 | 1B | FC | 1F | 3D |
| Octal | 211 | 175 | 273 | 33 | 41 | 0 | 33 | 374 | 37 | 75 |
| Binary | 10001001 | 1111101 | 10111011 | 11011 | 100001 | 0 | 11011 | 11111100 | 11111 | 111101 |
Color Harmonies of #897DBB
Complementary color
Monochromatic Colors of #897DBB
Black with #897DBB
Text Example
Text Example
White with #897DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897DBB; }
p { color: rgb(137,125,187); }
H1.HeaderClassName
{
color: #897DBB;
}
.AnyTagClassName
{
color: #897DBB;
}
</style>
background-color css
<style>
a { background-color: #897DBB; }
a { background-color: rgb(137,125,187); }
div.DivClassName
{
background-color: #897DBB;
}
.BgClassName
{
background-color: #897DBB;
}
</style>
border-color css
<style>
span { border-color: #897DBB; }
span { border-color: rgb(137,125,187); }
td.TdClassName
{
border-color: #897DBB;
}
.TagClassName
{
border-color: #897DBB;
}
</style>