Shades of Moody Blue #9384D0
Tints of Moody Blue #9384D0
RGB
CMYK
RGB Variations
Color information
#9384D0 (or 0x9384D0) is known color: Moody Blue. HEX triplet: 93, 84 and D0. RGB value is (147,132,208). Sum of RGB (Red+Green+Blue) = 147+132+208=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #9384D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384D0 is #6C7B2F. Grayscale: #909090. Windows color (decimal): -7109424 or 13665427. OLE color: 13665427.
HSL color Cylindrical-coordinate representation of color #9384D0: hue angle of 251.84º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9384D0 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 132 | 208 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.18 |
| HSL | 251.84º | 0.45% | 0.67% | - |
| HSV(B) | 251.84º | 0.37% | 0.82% | - |
| XYZ | 31.67 | 27.26 | 63.27 | - |
| YUV | 145.15 | 163.47 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 208 | 0.29 | 0.37 | 0 | 0.18 | 251.84 | 0.45 | 0.67 |
| Hex | 93 | 84 | D0 | 1D | 25 | 0 | 12 | FC | 2D | 43 |
| Octal | 223 | 204 | 320 | 35 | 45 | 0 | 22 | 374 | 55 | 103 |
| Binary | 10010011 | 10000100 | 11010000 | 11101 | 100101 | 0 | 10010 | 11111100 | 101101 | 1000011 |
Color Harmonies of #9384D0
Complementary color
Monochromatic Colors of #9384D0
Black with #9384D0
Text Example
Text Example
White with #9384D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9384D0; }
p { color: rgb(147,132,208); }
H1.HeaderClassName
{
color: #9384D0;
}
.AnyTagClassName
{
color: #9384D0;
}
</style>
background-color css
<style>
a { background-color: #9384D0; }
a { background-color: rgb(147,132,208); }
div.DivClassName
{
background-color: #9384D0;
}
.BgClassName
{
background-color: #9384D0;
}
</style>
border-color css
<style>
span { border-color: #9384D0; }
span { border-color: rgb(147,132,208); }
td.TdClassName
{
border-color: #9384D0;
}
.TagClassName
{
border-color: #9384D0;
}
</style>