Shades of Moody Blue #9185D6
Tints of Moody Blue #9185D6
RGB
CMYK
RGB Variations
Color information
#9185D6 (or 0x9185D6) is known color: Moody Blue. HEX triplet: 91, 85 and D6. RGB value is (145,133,214). Sum of RGB (Red+Green+Blue) = 145+133+214=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #9185D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185D6 is #6E7A29. Grayscale: #919191. Windows color (decimal): -7240234 or 14058897. OLE color: 14058897.
HSL color Cylindrical-coordinate representation of color #9185D6: hue angle of 248.89º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9185D6 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 133 | 214 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.16 |
| HSL | 248.89º | 0.5% | 0.68% | - |
| HSV(B) | 248.89º | 0.38% | 0.84% | - |
| XYZ | 32.2 | 27.65 | 67.26 | - |
| YUV | 145.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 214 | 0.32 | 0.38 | 0 | 0.16 | 248.89 | 0.5 | 0.68 |
| Hex | 91 | 85 | D6 | 20 | 26 | 0 | 10 | F9 | 32 | 44 |
| Octal | 221 | 205 | 326 | 40 | 46 | 0 | 20 | 371 | 62 | 104 |
| Binary | 10010001 | 10000101 | 11010110 | 100000 | 100110 | 0 | 10000 | 11111001 | 110010 | 1000100 |
Color Harmonies of #9185D6
Complementary color
Monochromatic Colors of #9185D6
Black with #9185D6
Text Example
Text Example
White with #9185D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185D6; }
p { color: rgb(145,133,214); }
H1.HeaderClassName
{
color: #9185D6;
}
.AnyTagClassName
{
color: #9185D6;
}
</style>
background-color css
<style>
a { background-color: #9185D6; }
a { background-color: rgb(145,133,214); }
div.DivClassName
{
background-color: #9185D6;
}
.BgClassName
{
background-color: #9185D6;
}
</style>
border-color css
<style>
span { border-color: #9185D6; }
span { border-color: rgb(145,133,214); }
td.TdClassName
{
border-color: #9185D6;
}
.TagClassName
{
border-color: #9185D6;
}
</style>