Shades of Moody Blue #9384CF
Tints of Moody Blue #9384CF
RGB
CMYK
RGB Variations
Color information
#9384CF (or 0x9384CF) is known color: Moody Blue. HEX triplet: 93, 84 and CF. RGB value is (147,132,207). Sum of RGB (Red+Green+Blue) = 147+132+207=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 132 (51.95% from 255 or 27.16% 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 #9384CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384CF is #6C7B30. Grayscale: #909090. Windows color (decimal): -7109425 or 13599891. OLE color: 13599891.
HSL color Cylindrical-coordinate representation of color #9384CF: hue angle of 252º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9384CF is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 132 | 207 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.19 |
| HSL | 252º | 0.44% | 0.66% | - |
| HSV(B) | 252º | 0.36% | 0.81% | - |
| XYZ | 31.55 | 27.21 | 62.62 | - |
| YUV | 145.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 207 | 0.29 | 0.36 | 0 | 0.19 | 252 | 0.44 | 0.66 |
| Hex | 93 | 84 | CF | 1D | 24 | 0 | 13 | FC | 2C | 42 |
| Octal | 223 | 204 | 317 | 35 | 44 | 0 | 23 | 374 | 54 | 102 |
| Binary | 10010011 | 10000100 | 11001111 | 11101 | 100100 | 0 | 10011 | 11111100 | 101100 | 1000010 |
Color Harmonies of #9384CF
Complementary color
Monochromatic Colors of #9384CF
Black with #9384CF
Text Example
Text Example
White with #9384CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9384CF; }
p { color: rgb(147,132,207); }
H1.HeaderClassName
{
color: #9384CF;
}
.AnyTagClassName
{
color: #9384CF;
}
</style>
background-color css
<style>
a { background-color: #9384CF; }
a { background-color: rgb(147,132,207); }
div.DivClassName
{
background-color: #9384CF;
}
.BgClassName
{
background-color: #9384CF;
}
</style>
border-color css
<style>
span { border-color: #9384CF; }
span { border-color: rgb(147,132,207); }
td.TdClassName
{
border-color: #9384CF;
}
.TagClassName
{
border-color: #9384CF;
}
</style>