Shades of Moody Blue #9186CF
Tints of Moody Blue #9186CF
RGB
CMYK
RGB Variations
Color information
#9186CF (or 0x9186CF) is known color: Moody Blue. HEX triplet: 91, 86 and CF. RGB value is (145,134,207). Sum of RGB (Red+Green+Blue) = 145+134+207=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #9186CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9186CF is #6E7930. Grayscale: #919191. Windows color (decimal): -7239985 or 13600401. OLE color: 13600401.
HSL color Cylindrical-coordinate representation of color #9186CF: hue angle of 249.04º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9186CF is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 134 | 207 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.19 |
| HSL | 249.04º | 0.43% | 0.67% | - |
| HSV(B) | 249.04º | 0.35% | 0.81% | - |
| XYZ | 31.46 | 27.57 | 62.7 | - |
| YUV | 145.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 207 | 0.30 | 0.35 | 0 | 0.19 | 249.04 | 0.43 | 0.67 |
| Hex | 91 | 86 | CF | 1E | 23 | 0 | 13 | F9 | 2B | 43 |
| Octal | 221 | 206 | 317 | 36 | 43 | 0 | 23 | 371 | 53 | 103 |
| Binary | 10010001 | 10000110 | 11001111 | 11110 | 100011 | 0 | 10011 | 11111001 | 101011 | 1000011 |
Color Harmonies of #9186CF
Complementary color
Monochromatic Colors of #9186CF
Black with #9186CF
Text Example
Text Example
White with #9186CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9186CF; }
p { color: rgb(145,134,207); }
H1.HeaderClassName
{
color: #9186CF;
}
.AnyTagClassName
{
color: #9186CF;
}
</style>
background-color css
<style>
a { background-color: #9186CF; }
a { background-color: rgb(145,134,207); }
div.DivClassName
{
background-color: #9186CF;
}
.BgClassName
{
background-color: #9186CF;
}
</style>
border-color css
<style>
span { border-color: #9186CF; }
span { border-color: rgb(145,134,207); }
td.TdClassName
{
border-color: #9186CF;
}
.TagClassName
{
border-color: #9186CF;
}
</style>