Shades of Moody Blue #9187D0
Tints of Moody Blue #9187D0
RGB
CMYK
RGB Variations
Color information
#9187D0 (or 0x9187D0) is known color: Moody Blue. HEX triplet: 91, 87 and D0. RGB value is (145,135,208). Sum of RGB (Red+Green+Blue) = 145+135+208=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #9187D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9187D0 is #6E782F. Grayscale: #929292. Windows color (decimal): -7239728 or 13666193. OLE color: 13666193.
HSL color Cylindrical-coordinate representation of color #9187D0: hue angle of 248.22º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9187D0 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 135 | 208 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.18 |
| HSL | 248.22º | 0.44% | 0.67% | - |
| HSV(B) | 248.22º | 0.35% | 0.82% | - |
| XYZ | 31.73 | 27.9 | 63.39 | - |
| YUV | 146.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 208 | 0.30 | 0.35 | 0 | 0.18 | 248.22 | 0.44 | 0.67 |
| Hex | 91 | 87 | D0 | 1E | 23 | 0 | 12 | F8 | 2C | 43 |
| Octal | 221 | 207 | 320 | 36 | 43 | 0 | 22 | 370 | 54 | 103 |
| Binary | 10010001 | 10000111 | 11010000 | 11110 | 100011 | 0 | 10010 | 11111000 | 101100 | 1000011 |
Color Harmonies of #9187D0
Complementary color
Monochromatic Colors of #9187D0
Black with #9187D0
Text Example
Text Example
White with #9187D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9187D0; }
p { color: rgb(145,135,208); }
H1.HeaderClassName
{
color: #9187D0;
}
.AnyTagClassName
{
color: #9187D0;
}
</style>
background-color css
<style>
a { background-color: #9187D0; }
a { background-color: rgb(145,135,208); }
div.DivClassName
{
background-color: #9187D0;
}
.BgClassName
{
background-color: #9187D0;
}
</style>
border-color css
<style>
span { border-color: #9187D0; }
span { border-color: rgb(145,135,208); }
td.TdClassName
{
border-color: #9187D0;
}
.TagClassName
{
border-color: #9187D0;
}
</style>