Shades of Moody Blue #897DC1
Tints of Moody Blue #897DC1
RGB
CMYK
RGB Variations
Color information
#897DC1 (or 0x897DC1) is known color: Moody Blue. HEX triplet: 89, 7D and C1. RGB value is (137,125,193). Sum of RGB (Red+Green+Blue) = 137+125+193=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #897DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DC1 is #76823E. Grayscale: #888888. Windows color (decimal): -7766591 or 12680585. OLE color: 12680585.
HSL color Cylindrical-coordinate representation of color #897DC1: hue angle of 250.59º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #897DC1 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 125 | 193 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.24 |
| HSL | 250.59º | 0.35% | 0.62% | - |
| HSV(B) | 250.59º | 0.35% | 0.76% | - |
| XYZ | 27.28 | 23.84 | 53.62 | - |
| YUV | 136.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 193 | 0.29 | 0.35 | 0 | 0.24 | 250.59 | 0.35 | 0.62 |
| Hex | 89 | 7D | C1 | 1D | 23 | 0 | 18 | FB | 23 | 3E |
| Octal | 211 | 175 | 301 | 35 | 43 | 0 | 30 | 373 | 43 | 76 |
| Binary | 10001001 | 1111101 | 11000001 | 11101 | 100011 | 0 | 11000 | 11111011 | 100011 | 111110 |
Color Harmonies of #897DC1
Complementary color
Monochromatic Colors of #897DC1
Black with #897DC1
Text Example
Text Example
White with #897DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897DC1; }
p { color: rgb(137,125,193); }
H1.HeaderClassName
{
color: #897DC1;
}
.AnyTagClassName
{
color: #897DC1;
}
</style>
background-color css
<style>
a { background-color: #897DC1; }
a { background-color: rgb(137,125,193); }
div.DivClassName
{
background-color: #897DC1;
}
.BgClassName
{
background-color: #897DC1;
}
</style>
border-color css
<style>
span { border-color: #897DC1; }
span { border-color: rgb(137,125,193); }
td.TdClassName
{
border-color: #897DC1;
}
.TagClassName
{
border-color: #897DC1;
}
</style>