Shades of Moody Blue #8483D0
Tints of Moody Blue #8483D0
RGB
CMYK
RGB Variations
Color information
#8483D0 (or 0x8483D0) is known color: Moody Blue. HEX triplet: 84, 83 and D0. RGB value is (132,131,208). Sum of RGB (Red+Green+Blue) = 132+131+208=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #8483D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8483D0 is #7B7C2F. Grayscale: #8B8B8B. Windows color (decimal): -8092720 or 13665156. OLE color: 13665156.
HSL color Cylindrical-coordinate representation of color #8483D0: hue angle of 240.78º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8483D0 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 131 | 208 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.18 |
| HSL | 240.78º | 0.45% | 0.66% | - |
| HSV(B) | 240.78º | 0.37% | 0.82% | - |
| XYZ | 29.02 | 25.69 | 63.1 | - |
| YUV | 140.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 208 | 0.37 | 0.37 | 0 | 0.18 | 240.78 | 0.45 | 0.66 |
| Hex | 84 | 83 | D0 | 25 | 25 | 0 | 12 | F1 | 2D | 42 |
| Octal | 204 | 203 | 320 | 45 | 45 | 0 | 22 | 361 | 55 | 102 |
| Binary | 10000100 | 10000011 | 11010000 | 100101 | 100101 | 0 | 10010 | 11110001 | 101101 | 1000010 |
Color Harmonies of #8483D0
Complementary color
Monochromatic Colors of #8483D0
Black with #8483D0
Text Example
Text Example
White with #8483D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8483D0; }
p { color: rgb(132,131,208); }
H1.HeaderClassName
{
color: #8483D0;
}
.AnyTagClassName
{
color: #8483D0;
}
</style>
background-color css
<style>
a { background-color: #8483D0; }
a { background-color: rgb(132,131,208); }
div.DivClassName
{
background-color: #8483D0;
}
.BgClassName
{
background-color: #8483D0;
}
</style>
border-color css
<style>
span { border-color: #8483D0; }
span { border-color: rgb(132,131,208); }
td.TdClassName
{
border-color: #8483D0;
}
.TagClassName
{
border-color: #8483D0;
}
</style>