Shades of Moody Blue #9183C6
Tints of Moody Blue #9183C6
RGB
CMYK
RGB Variations
Color information
#9183C6 (or 0x9183C6) is known color: Moody Blue. HEX triplet: 91, 83 and C6. RGB value is (145,131,198). Sum of RGB (Red+Green+Blue) = 145+131+198=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #9183C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183C6 is #6E7C39. Grayscale: #8E8E8E. Windows color (decimal): -7240762 or 13009809. OLE color: 13009809.
HSL color Cylindrical-coordinate representation of color #9183C6: hue angle of 252.54º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9183C6 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 131 | 198 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.22 |
| HSL | 252.54º | 0.37% | 0.65% | - |
| HSV(B) | 252.54º | 0.34% | 0.78% | - |
| XYZ | 29.99 | 26.33 | 56.93 | - |
| YUV | 142.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 198 | 0.27 | 0.34 | 0 | 0.22 | 252.54 | 0.37 | 0.65 |
| Hex | 91 | 83 | C6 | 1B | 22 | 0 | 16 | FD | 25 | 41 |
| Octal | 221 | 203 | 306 | 33 | 42 | 0 | 26 | 375 | 45 | 101 |
| Binary | 10010001 | 10000011 | 11000110 | 11011 | 100010 | 0 | 10110 | 11111101 | 100101 | 1000001 |
Color Harmonies of #9183C6
Complementary color
Monochromatic Colors of #9183C6
Black with #9183C6
Text Example
Text Example
White with #9183C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9183C6; }
p { color: rgb(145,131,198); }
H1.HeaderClassName
{
color: #9183C6;
}
.AnyTagClassName
{
color: #9183C6;
}
</style>
background-color css
<style>
a { background-color: #9183C6; }
a { background-color: rgb(145,131,198); }
div.DivClassName
{
background-color: #9183C6;
}
.BgClassName
{
background-color: #9183C6;
}
</style>
border-color css
<style>
span { border-color: #9183C6; }
span { border-color: rgb(145,131,198); }
td.TdClassName
{
border-color: #9183C6;
}
.TagClassName
{
border-color: #9183C6;
}
</style>