Shades of Moody Blue #897BCF
Tints of Moody Blue #897BCF
RGB
CMYK
RGB Variations
Color information
#897BCF (or 0x897BCF) is known color: Moody Blue. HEX triplet: 89, 7B and CF. RGB value is (137,123,207). Sum of RGB (Red+Green+Blue) = 137+123+207=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #897BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897BCF is #768430. Grayscale: #888888. Windows color (decimal): -7767089 or 13597577. OLE color: 13597577.
HSL color Cylindrical-coordinate representation of color #897BCF: hue angle of 250º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #897BCF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 123 | 207 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.19 |
| HSL | 250º | 0.47% | 0.65% | - |
| HSV(B) | 250º | 0.41% | 0.81% | - |
| XYZ | 28.66 | 23.99 | 62.15 | - |
| YUV | 136.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 207 | 0.34 | 0.41 | 0 | 0.19 | 250 | 0.47 | 0.65 |
| Hex | 89 | 7B | CF | 22 | 29 | 0 | 13 | FA | 2F | 41 |
| Octal | 211 | 173 | 317 | 42 | 51 | 0 | 23 | 372 | 57 | 101 |
| Binary | 10001001 | 1111011 | 11001111 | 100010 | 101001 | 0 | 10011 | 11111010 | 101111 | 1000001 |
Color Harmonies of #897BCF
Complementary color
Monochromatic Colors of #897BCF
Black with #897BCF
Text Example
Text Example
White with #897BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897BCF; }
p { color: rgb(137,123,207); }
H1.HeaderClassName
{
color: #897BCF;
}
.AnyTagClassName
{
color: #897BCF;
}
</style>
background-color css
<style>
a { background-color: #897BCF; }
a { background-color: rgb(137,123,207); }
div.DivClassName
{
background-color: #897BCF;
}
.BgClassName
{
background-color: #897BCF;
}
</style>
border-color css
<style>
span { border-color: #897BCF; }
span { border-color: rgb(137,123,207); }
td.TdClassName
{
border-color: #897BCF;
}
.TagClassName
{
border-color: #897BCF;
}
</style>