Shades of Moody Blue #897DC2
Tints of Moody Blue #897DC2
RGB
CMYK
RGB Variations
Color information
#897DC2 (or 0x897DC2) is known color: Moody Blue. HEX triplet: 89, 7D and C2. RGB value is (137,125,194). Sum of RGB (Red+Green+Blue) = 137+125+194=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #897DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DC2 is #76823D. Grayscale: #888888. Windows color (decimal): -7766590 or 12746121. OLE color: 12746121.
HSL color Cylindrical-coordinate representation of color #897DC2: hue angle of 250.43º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #897DC2 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 125 | 194 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.24 |
| HSL | 250.43º | 0.36% | 0.63% | - |
| HSV(B) | 250.43º | 0.36% | 0.76% | - |
| XYZ | 27.39 | 23.88 | 54.2 | - |
| YUV | 136.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 194 | 0.29 | 0.36 | 0 | 0.24 | 250.43 | 0.36 | 0.63 |
| Hex | 89 | 7D | C2 | 1D | 24 | 0 | 18 | FA | 24 | 3F |
| Octal | 211 | 175 | 302 | 35 | 44 | 0 | 30 | 372 | 44 | 77 |
| Binary | 10001001 | 1111101 | 11000010 | 11101 | 100100 | 0 | 11000 | 11111010 | 100100 | 111111 |
Color Harmonies of #897DC2
Complementary color
Monochromatic Colors of #897DC2
Black with #897DC2
Text Example
Text Example
White with #897DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897DC2; }
p { color: rgb(137,125,194); }
H1.HeaderClassName
{
color: #897DC2;
}
.AnyTagClassName
{
color: #897DC2;
}
</style>
background-color css
<style>
a { background-color: #897DC2; }
a { background-color: rgb(137,125,194); }
div.DivClassName
{
background-color: #897DC2;
}
.BgClassName
{
background-color: #897DC2;
}
</style>
border-color css
<style>
span { border-color: #897DC2; }
span { border-color: rgb(137,125,194); }
td.TdClassName
{
border-color: #897DC2;
}
.TagClassName
{
border-color: #897DC2;
}
</style>