Shades of Moody Blue #897ECE
Tints of Moody Blue #897ECE
RGB
CMYK
RGB Variations
Color information
#897ECE (or 0x897ECE) is known color: Moody Blue. HEX triplet: 89, 7E and CE. RGB value is (137,126,206). Sum of RGB (Red+Green+Blue) = 137+126+206=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #897ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ECE is #768131. Grayscale: #8A8A8A. Windows color (decimal): -7766322 or 13532809. OLE color: 13532809.
HSL color Cylindrical-coordinate representation of color #897ECE: hue angle of 248.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #897ECE is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 137 | 126 | 206 | - |
CMYK | 0.33 | 0.39 | 0 | 0.19 |
HSL | 248.25º | 0.45% | 0.65% | - |
HSV(B) | 248.25º | 0.39% | 0.81% | - |
XYZ | 28.92 | 24.7 | 61.64 | - |
YUV | 138.41 | 166.14 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 126 | 206 | 0.33 | 0.39 | 0 | 0.19 | 248.25 | 0.45 | 0.65 |
Hex | 89 | 7E | CE | 21 | 27 | 0 | 13 | F8 | 2D | 41 |
Octal | 211 | 176 | 316 | 41 | 47 | 0 | 23 | 370 | 55 | 101 |
Binary | 10001001 | 1111110 | 11001110 | 100001 | 100111 | 0 | 10011 | 11111000 | 101101 | 1000001 |
Color Harmonies of #897ECE
Complementary color
Monochromatic Colors of #897ECE
Black with #897ECE
Text Example
Text Example
White with #897ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897ECE; }
p { color: rgb(137,126,206); }
H1.HeaderClassName
{
color: #897ECE;
}
.AnyTagClassName
{
color: #897ECE;
}
</style>
background-color css
<style>
a { background-color: #897ECE; }
a { background-color: rgb(137,126,206); }
div.DivClassName
{
background-color: #897ECE;
}
.BgClassName
{
background-color: #897ECE;
}
</style>
border-color css
<style>
span { border-color: #897ECE; }
span { border-color: rgb(137,126,206); }
td.TdClassName
{
border-color: #897ECE;
}
.TagClassName
{
border-color: #897ECE;
}
</style>