Shades of Moody Blue #9284D0
Tints of Moody Blue #9284D0
RGB
CMYK
RGB Variations
Color information
#9284D0 (or 0x9284D0) is known color: Moody Blue. HEX triplet: 92, 84 and D0. RGB value is (146,132,208). Sum of RGB (Red+Green+Blue) = 146+132+208=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #9284D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9284D0 is #6D7B2F. Grayscale: #909090. Windows color (decimal): -7174960 or 13665426. OLE color: 13665426.
HSL color Cylindrical-coordinate representation of color #9284D0: hue angle of 251.05º 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 #9284D0 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 132 | 208 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.18 |
| HSL | 251.05º | 0.45% | 0.67% | - |
| HSV(B) | 251.05º | 0.37% | 0.82% | - |
| XYZ | 31.49 | 27.17 | 63.26 | - |
| YUV | 144.85 | 163.64 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 208 | 0.30 | 0.37 | 0 | 0.18 | 251.05 | 0.45 | 0.67 |
| Hex | 92 | 84 | D0 | 1E | 25 | 0 | 12 | FB | 2D | 43 |
| Octal | 222 | 204 | 320 | 36 | 45 | 0 | 22 | 373 | 55 | 103 |
| Binary | 10010010 | 10000100 | 11010000 | 11110 | 100101 | 0 | 10010 | 11111011 | 101101 | 1000011 |
Color Harmonies of #9284D0
Complementary color
Monochromatic Colors of #9284D0
Black with #9284D0
Text Example
Text Example
White with #9284D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9284D0; }
p { color: rgb(146,132,208); }
H1.HeaderClassName
{
color: #9284D0;
}
.AnyTagClassName
{
color: #9284D0;
}
</style>
background-color css
<style>
a { background-color: #9284D0; }
a { background-color: rgb(146,132,208); }
div.DivClassName
{
background-color: #9284D0;
}
.BgClassName
{
background-color: #9284D0;
}
</style>
border-color css
<style>
span { border-color: #9284D0; }
span { border-color: rgb(146,132,208); }
td.TdClassName
{
border-color: #9284D0;
}
.TagClassName
{
border-color: #9284D0;
}
</style>