Shades of Moody Blue #9186CC
Tints of Moody Blue #9186CC
RGB
CMYK
RGB Variations
Color information
#9186CC (or 0x9186CC) is known color: Moody Blue. HEX triplet: 91, 86 and CC. RGB value is (145,134,204). Sum of RGB (Red+Green+Blue) = 145+134+204=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #9186CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9186CC is #6E7933. Grayscale: #919191. Windows color (decimal): -7239988 or 13403793. OLE color: 13403793.
HSL color Cylindrical-coordinate representation of color #9186CC: hue angle of 249.43º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9186CC is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 134 | 204 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.2 |
| HSL | 249.43º | 0.41% | 0.66% | - |
| HSV(B) | 249.43º | 0.34% | 0.8% | - |
| XYZ | 31.1 | 27.43 | 60.78 | - |
| YUV | 145.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 204 | 0.29 | 0.34 | 0 | 0.2 | 249.43 | 0.41 | 0.66 |
| Hex | 91 | 86 | CC | 1D | 22 | 0 | 14 | F9 | 29 | 42 |
| Octal | 221 | 206 | 314 | 35 | 42 | 0 | 24 | 371 | 51 | 102 |
| Binary | 10010001 | 10000110 | 11001100 | 11101 | 100010 | 0 | 10100 | 11111001 | 101001 | 1000010 |
Color Harmonies of #9186CC
Complementary color
Monochromatic Colors of #9186CC
Black with #9186CC
Text Example
Text Example
White with #9186CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9186CC; }
p { color: rgb(145,134,204); }
H1.HeaderClassName
{
color: #9186CC;
}
.AnyTagClassName
{
color: #9186CC;
}
</style>
background-color css
<style>
a { background-color: #9186CC; }
a { background-color: rgb(145,134,204); }
div.DivClassName
{
background-color: #9186CC;
}
.BgClassName
{
background-color: #9186CC;
}
</style>
border-color css
<style>
span { border-color: #9186CC; }
span { border-color: rgb(145,134,204); }
td.TdClassName
{
border-color: #9186CC;
}
.TagClassName
{
border-color: #9186CC;
}
</style>