Shades of Moody Blue #897CC2
Tints of Moody Blue #897CC2
RGB
CMYK
RGB Variations
Color information
#897CC2 (or 0x897CC2) is known color: Moody Blue. HEX triplet: 89, 7C and C2. RGB value is (137,124,194). Sum of RGB (Red+Green+Blue) = 137+124+194=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #897CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897CC2 is #76833D. Grayscale: #878787. Windows color (decimal): -7766846 or 12745865. OLE color: 12745865.
HSL color Cylindrical-coordinate representation of color #897CC2: hue angle of 251.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #897CC2 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 124 | 194 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.24 |
| HSL | 251.14º | 0.36% | 0.62% | - |
| HSV(B) | 251.14º | 0.36% | 0.76% | - |
| XYZ | 27.26 | 23.63 | 54.16 | - |
| YUV | 135.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 194 | 0.29 | 0.36 | 0 | 0.24 | 251.14 | 0.36 | 0.62 |
| Hex | 89 | 7C | C2 | 1D | 24 | 0 | 18 | FB | 24 | 3E |
| Octal | 211 | 174 | 302 | 35 | 44 | 0 | 30 | 373 | 44 | 76 |
| Binary | 10001001 | 1111100 | 11000010 | 11101 | 100100 | 0 | 11000 | 11111011 | 100100 | 111110 |
Color Harmonies of #897CC2
Complementary color
Monochromatic Colors of #897CC2
Black with #897CC2
Text Example
Text Example
White with #897CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897CC2; }
p { color: rgb(137,124,194); }
H1.HeaderClassName
{
color: #897CC2;
}
.AnyTagClassName
{
color: #897CC2;
}
</style>
background-color css
<style>
a { background-color: #897CC2; }
a { background-color: rgb(137,124,194); }
div.DivClassName
{
background-color: #897CC2;
}
.BgClassName
{
background-color: #897CC2;
}
</style>
border-color css
<style>
span { border-color: #897CC2; }
span { border-color: rgb(137,124,194); }
td.TdClassName
{
border-color: #897CC2;
}
.TagClassName
{
border-color: #897CC2;
}
</style>