Shades of Moody Blue #897BBC
Tints of Moody Blue #897BBC
RGB
CMYK
RGB Variations
Color information
#897BBC (or 0x897BBC) is known color: Moody Blue. HEX triplet: 89, 7B and BC. RGB value is (137,123,188). Sum of RGB (Red+Green+Blue) = 137+123+188=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #897BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897BBC is #768443. Grayscale: #868686. Windows color (decimal): -7767108 or 12352393. OLE color: 12352393.
HSL color Cylindrical-coordinate representation of color #897BBC: hue angle of 252.92º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #897BBC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 123 | 188 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.26 |
| HSL | 252.92º | 0.33% | 0.61% | - |
| HSV(B) | 252.92º | 0.35% | 0.74% | - |
| XYZ | 26.48 | 23.12 | 50.64 | - |
| YUV | 134.6 | 158.14 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 188 | 0.27 | 0.35 | 0 | 0.26 | 252.92 | 0.33 | 0.61 |
| Hex | 89 | 7B | BC | 1B | 23 | 0 | 1A | FD | 21 | 3D |
| Octal | 211 | 173 | 274 | 33 | 43 | 0 | 32 | 375 | 41 | 75 |
| Binary | 10001001 | 1111011 | 10111100 | 11011 | 100011 | 0 | 11010 | 11111101 | 100001 | 111101 |
Color Harmonies of #897BBC
Complementary color
Monochromatic Colors of #897BBC
Black with #897BBC
Text Example
Text Example
White with #897BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897BBC; }
p { color: rgb(137,123,188); }
H1.HeaderClassName
{
color: #897BBC;
}
.AnyTagClassName
{
color: #897BBC;
}
</style>
background-color css
<style>
a { background-color: #897BBC; }
a { background-color: rgb(137,123,188); }
div.DivClassName
{
background-color: #897BBC;
}
.BgClassName
{
background-color: #897BBC;
}
</style>
border-color css
<style>
span { border-color: #897BBC; }
span { border-color: rgb(137,123,188); }
td.TdClassName
{
border-color: #897BBC;
}
.TagClassName
{
border-color: #897BBC;
}
</style>