Shades of Moody Blue #9185CF
Tints of Moody Blue #9185CF
RGB
CMYK
RGB Variations
Color information
#9185CF (or 0x9185CF) is known color: Moody Blue. HEX triplet: 91, 85 and CF. RGB value is (145,133,207). Sum of RGB (Red+Green+Blue) = 145+133+207=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #9185CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185CF is #6E7A30. Grayscale: #909090. Windows color (decimal): -7240241 or 13600145. OLE color: 13600145.
HSL color Cylindrical-coordinate representation of color #9185CF: hue angle of 249.73º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9185CF is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 133 | 207 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.19 |
| HSL | 249.73º | 0.44% | 0.67% | - |
| HSV(B) | 249.73º | 0.36% | 0.81% | - |
| XYZ | 31.33 | 27.3 | 62.65 | - |
| YUV | 145.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 207 | 0.30 | 0.36 | 0 | 0.19 | 249.73 | 0.44 | 0.67 |
| Hex | 91 | 85 | CF | 1E | 24 | 0 | 13 | FA | 2C | 43 |
| Octal | 221 | 205 | 317 | 36 | 44 | 0 | 23 | 372 | 54 | 103 |
| Binary | 10010001 | 10000101 | 11001111 | 11110 | 100100 | 0 | 10011 | 11111010 | 101100 | 1000011 |
Color Harmonies of #9185CF
Complementary color
Monochromatic Colors of #9185CF
Black with #9185CF
Text Example
Text Example
White with #9185CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185CF; }
p { color: rgb(145,133,207); }
H1.HeaderClassName
{
color: #9185CF;
}
.AnyTagClassName
{
color: #9185CF;
}
</style>
background-color css
<style>
a { background-color: #9185CF; }
a { background-color: rgb(145,133,207); }
div.DivClassName
{
background-color: #9185CF;
}
.BgClassName
{
background-color: #9185CF;
}
</style>
border-color css
<style>
span { border-color: #9185CF; }
span { border-color: rgb(145,133,207); }
td.TdClassName
{
border-color: #9185CF;
}
.TagClassName
{
border-color: #9185CF;
}
</style>