Shades of Moody Blue #8483D8
Tints of Moody Blue #8483D8
RGB
CMYK
RGB Variations
Color information
#8483D8 (or 0x8483D8) is known color: Moody Blue. HEX triplet: 84, 83 and D8. RGB value is (132,131,216). Sum of RGB (Red+Green+Blue) = 132+131+216=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #8483D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8483D8 is #7B7C27. Grayscale: #8C8C8C. Windows color (decimal): -8092712 or 14189444. OLE color: 14189444.
HSL color Cylindrical-coordinate representation of color #8483D8: hue angle of 240.71º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8483D8 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 131 | 216 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.15 |
| HSL | 240.71º | 0.52% | 0.68% | - |
| HSV(B) | 240.71º | 0.39% | 0.85% | - |
| XYZ | 30.03 | 26.1 | 68.42 | - |
| YUV | 140.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 216 | 0.39 | 0.39 | 0 | 0.15 | 240.71 | 0.52 | 0.68 |
| Hex | 84 | 83 | D8 | 27 | 27 | 0 | F | F1 | 34 | 44 |
| Octal | 204 | 203 | 330 | 47 | 47 | 0 | 17 | 361 | 64 | 104 |
| Binary | 10000100 | 10000011 | 11011000 | 100111 | 100111 | 0 | 1111 | 11110001 | 110100 | 1000100 |
Color Harmonies of #8483D8
Complementary color
Monochromatic Colors of #8483D8
Black with #8483D8
Text Example
Text Example
White with #8483D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8483D8; }
p { color: rgb(132,131,216); }
H1.HeaderClassName
{
color: #8483D8;
}
.AnyTagClassName
{
color: #8483D8;
}
</style>
background-color css
<style>
a { background-color: #8483D8; }
a { background-color: rgb(132,131,216); }
div.DivClassName
{
background-color: #8483D8;
}
.BgClassName
{
background-color: #8483D8;
}
</style>
border-color css
<style>
span { border-color: #8483D8; }
span { border-color: rgb(132,131,216); }
td.TdClassName
{
border-color: #8483D8;
}
.TagClassName
{
border-color: #8483D8;
}
</style>