Shades of Moody Blue #8985C4
Tints of Moody Blue #8985C4
RGB
CMYK
RGB Variations
Color information
#8985C4 (or 0x8985C4) is known color: Moody Blue. HEX triplet: 89, 85 and C4. RGB value is (137,133,196). Sum of RGB (Red+Green+Blue) = 137+133+196=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #8985C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985C4 is #767A3B. Grayscale: #8D8D8D. Windows color (decimal): -7764540 or 12879241. OLE color: 12879241.
HSL color Cylindrical-coordinate representation of color #8985C4: hue angle of 243.81º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8985C4 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 133 | 196 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.23 |
| HSL | 243.81º | 0.35% | 0.65% | - |
| HSV(B) | 243.81º | 0.32% | 0.77% | - |
| XYZ | 28.67 | 26.08 | 55.75 | - |
| YUV | 141.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 196 | 0.30 | 0.32 | 0 | 0.23 | 243.81 | 0.35 | 0.65 |
| Hex | 89 | 85 | C4 | 1E | 20 | 0 | 17 | F4 | 23 | 41 |
| Octal | 211 | 205 | 304 | 36 | 40 | 0 | 27 | 364 | 43 | 101 |
| Binary | 10001001 | 10000101 | 11000100 | 11110 | 100000 | 0 | 10111 | 11110100 | 100011 | 1000001 |
Color Harmonies of #8985C4
Complementary color
Monochromatic Colors of #8985C4
Black with #8985C4
Text Example
Text Example
White with #8985C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8985C4; }
p { color: rgb(137,133,196); }
H1.HeaderClassName
{
color: #8985C4;
}
.AnyTagClassName
{
color: #8985C4;
}
</style>
background-color css
<style>
a { background-color: #8985C4; }
a { background-color: rgb(137,133,196); }
div.DivClassName
{
background-color: #8985C4;
}
.BgClassName
{
background-color: #8985C4;
}
</style>
border-color css
<style>
span { border-color: #8985C4; }
span { border-color: rgb(137,133,196); }
td.TdClassName
{
border-color: #8985C4;
}
.TagClassName
{
border-color: #8985C4;
}
</style>