Shades of Moody Blue #897BBE
Tints of Moody Blue #897BBE
RGB
CMYK
RGB Variations
Color information
#897BBE (or 0x897BBE) is known color: Moody Blue. HEX triplet: 89, 7B and BE. RGB value is (137,123,190). Sum of RGB (Red+Green+Blue) = 137+123+190=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #897BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897BBE is #768441. Grayscale: #868686. Windows color (decimal): -7767106 or 12483465. OLE color: 12483465.
HSL color Cylindrical-coordinate representation of color #897BBE: hue angle of 252.54º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #897BBE is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 123 | 190 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.25 |
| HSL | 252.54º | 0.34% | 0.61% | - |
| HSV(B) | 252.54º | 0.35% | 0.75% | - |
| XYZ | 26.69 | 23.2 | 51.79 | - |
| YUV | 134.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 190 | 0.28 | 0.35 | 0 | 0.25 | 252.54 | 0.34 | 0.61 |
| Hex | 89 | 7B | BE | 1C | 23 | 0 | 19 | FD | 22 | 3D |
| Octal | 211 | 173 | 276 | 34 | 43 | 0 | 31 | 375 | 42 | 75 |
| Binary | 10001001 | 1111011 | 10111110 | 11100 | 100011 | 0 | 11001 | 11111101 | 100010 | 111101 |
Color Harmonies of #897BBE
Complementary color
Monochromatic Colors of #897BBE
Black with #897BBE
Text Example
Text Example
White with #897BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897BBE; }
p { color: rgb(137,123,190); }
H1.HeaderClassName
{
color: #897BBE;
}
.AnyTagClassName
{
color: #897BBE;
}
</style>
background-color css
<style>
a { background-color: #897BBE; }
a { background-color: rgb(137,123,190); }
div.DivClassName
{
background-color: #897BBE;
}
.BgClassName
{
background-color: #897BBE;
}
</style>
border-color css
<style>
span { border-color: #897BBE; }
span { border-color: rgb(137,123,190); }
td.TdClassName
{
border-color: #897BBE;
}
.TagClassName
{
border-color: #897BBE;
}
</style>