Shades of Moody Blue #9185D0
Tints of Moody Blue #9185D0
RGB
CMYK
RGB Variations
Color information
#9185D0 (or 0x9185D0) is known color: Moody Blue. HEX triplet: 91, 85 and D0. RGB value is (145,133,208). Sum of RGB (Red+Green+Blue) = 145+133+208=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #9185D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185D0 is #6E7A2F. Grayscale: #909090. Windows color (decimal): -7240240 or 13665681. OLE color: 13665681.
HSL color Cylindrical-coordinate representation of color #9185D0: hue angle of 249.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9185D0 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 133 | 208 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.18 |
| HSL | 249.6º | 0.44% | 0.67% | - |
| HSV(B) | 249.6º | 0.36% | 0.82% | - |
| XYZ | 31.45 | 27.35 | 63.3 | - |
| YUV | 145.14 | 163.48 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 208 | 0.30 | 0.36 | 0 | 0.18 | 249.6 | 0.44 | 0.67 |
| Hex | 91 | 85 | D0 | 1E | 24 | 0 | 12 | FA | 2C | 43 |
| Octal | 221 | 205 | 320 | 36 | 44 | 0 | 22 | 372 | 54 | 103 |
| Binary | 10010001 | 10000101 | 11010000 | 11110 | 100100 | 0 | 10010 | 11111010 | 101100 | 1000011 |
Color Harmonies of #9185D0
Complementary color
Monochromatic Colors of #9185D0
Black with #9185D0
Text Example
Text Example
White with #9185D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185D0; }
p { color: rgb(145,133,208); }
H1.HeaderClassName
{
color: #9185D0;
}
.AnyTagClassName
{
color: #9185D0;
}
</style>
background-color css
<style>
a { background-color: #9185D0; }
a { background-color: rgb(145,133,208); }
div.DivClassName
{
background-color: #9185D0;
}
.BgClassName
{
background-color: #9185D0;
}
</style>
border-color css
<style>
span { border-color: #9185D0; }
span { border-color: rgb(145,133,208); }
td.TdClassName
{
border-color: #9185D0;
}
.TagClassName
{
border-color: #9185D0;
}
</style>