Shades of Moody Blue #897FBF
Tints of Moody Blue #897FBF
RGB
CMYK
RGB Variations
Color information
#897FBF (or 0x897FBF) is known color: Moody Blue. HEX triplet: 89, 7F and BF. RGB value is (137,127,191). Sum of RGB (Red+Green+Blue) = 137+127+191=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #897FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897FBF is #768040. Grayscale: #898989. Windows color (decimal): -7766081 or 12550025. OLE color: 12550025.
HSL color Cylindrical-coordinate representation of color #897FBF: hue angle of 249.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #897FBF is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 127 | 191 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.25 |
| HSL | 249.38º | 0.33% | 0.62% | - |
| HSV(B) | 249.38º | 0.34% | 0.75% | - |
| XYZ | 27.31 | 24.26 | 52.53 | - |
| YUV | 137.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 191 | 0.28 | 0.34 | 0 | 0.25 | 249.38 | 0.33 | 0.62 |
| Hex | 89 | 7F | BF | 1C | 22 | 0 | 19 | F9 | 21 | 3E |
| Octal | 211 | 177 | 277 | 34 | 42 | 0 | 31 | 371 | 41 | 76 |
| Binary | 10001001 | 1111111 | 10111111 | 11100 | 100010 | 0 | 11001 | 11111001 | 100001 | 111110 |
Color Harmonies of #897FBF
Complementary color
Monochromatic Colors of #897FBF
Black with #897FBF
Text Example
Text Example
White with #897FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897FBF; }
p { color: rgb(137,127,191); }
H1.HeaderClassName
{
color: #897FBF;
}
.AnyTagClassName
{
color: #897FBF;
}
</style>
background-color css
<style>
a { background-color: #897FBF; }
a { background-color: rgb(137,127,191); }
div.DivClassName
{
background-color: #897FBF;
}
.BgClassName
{
background-color: #897FBF;
}
</style>
border-color css
<style>
span { border-color: #897FBF; }
span { border-color: rgb(137,127,191); }
td.TdClassName
{
border-color: #897FBF;
}
.TagClassName
{
border-color: #897FBF;
}
</style>