Shades of Moody Blue #897ECB
Tints of Moody Blue #897ECB
RGB
CMYK
RGB Variations
Color information
#897ECB (or 0x897ECB) is known color: Moody Blue. HEX triplet: 89, 7E and CB. RGB value is (137,126,203). Sum of RGB (Red+Green+Blue) = 137+126+203=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #897ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ECB is #768134. Grayscale: #898989. Windows color (decimal): -7766325 or 13336201. OLE color: 13336201.
HSL color Cylindrical-coordinate representation of color #897ECB: hue angle of 248.57º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #897ECB is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 126 | 203 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.20 |
| HSL | 248.57º | 0.43% | 0.65% | - |
| HSV(B) | 248.57º | 0.38% | 0.8% | - |
| XYZ | 28.56 | 24.55 | 59.73 | - |
| YUV | 138.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 203 | 0.33 | 0.38 | 0 | 0.20 | 248.57 | 0.43 | 0.65 |
| Hex | 89 | 7E | CB | 21 | 26 | 0 | 14 | F9 | 2B | 41 |
| Octal | 211 | 176 | 313 | 41 | 46 | 0 | 24 | 371 | 53 | 101 |
| Binary | 10001001 | 1111110 | 11001011 | 100001 | 100110 | 0 | 10100 | 11111001 | 101011 | 1000001 |
Color Harmonies of #897ECB
Complementary color
Monochromatic Colors of #897ECB
Black with #897ECB
Text Example
Text Example
White with #897ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897ECB; }
p { color: rgb(137,126,203); }
H1.HeaderClassName
{
color: #897ECB;
}
.AnyTagClassName
{
color: #897ECB;
}
</style>
background-color css
<style>
a { background-color: #897ECB; }
a { background-color: rgb(137,126,203); }
div.DivClassName
{
background-color: #897ECB;
}
.BgClassName
{
background-color: #897ECB;
}
</style>
border-color css
<style>
span { border-color: #897ECB; }
span { border-color: rgb(137,126,203); }
td.TdClassName
{
border-color: #897ECB;
}
.TagClassName
{
border-color: #897ECB;
}
</style>