Shades of Moody Blue #8483BD
Tints of Moody Blue #8483BD
RGB
CMYK
RGB Variations
Color information
#8483BD (or 0x8483BD) is known color: Moody Blue. HEX triplet: 84, 83 and BD. RGB value is (132,131,189). Sum of RGB (Red+Green+Blue) = 132+131+189=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #8483BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8483BD is #7B7C42. Grayscale: #898989. Windows color (decimal): -8092739 or 12419972. OLE color: 12419972.
HSL color Cylindrical-coordinate representation of color #8483BD: hue angle of 241.03º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8483BD is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 131 | 189 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.26 |
| HSL | 241.03º | 0.31% | 0.63% | - |
| HSV(B) | 241.03º | 0.31% | 0.74% | - |
| XYZ | 26.82 | 24.81 | 51.52 | - |
| YUV | 137.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 189 | 0.30 | 0.31 | 0 | 0.26 | 241.03 | 0.31 | 0.63 |
| Hex | 84 | 83 | BD | 1E | 1F | 0 | 1A | F1 | 1F | 3F |
| Octal | 204 | 203 | 275 | 36 | 37 | 0 | 32 | 361 | 37 | 77 |
| Binary | 10000100 | 10000011 | 10111101 | 11110 | 11111 | 0 | 11010 | 11110001 | 11111 | 111111 |
Color Harmonies of #8483BD
Complementary color
Monochromatic Colors of #8483BD
Black with #8483BD
Text Example
Text Example
White with #8483BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8483BD; }
p { color: rgb(132,131,189); }
H1.HeaderClassName
{
color: #8483BD;
}
.AnyTagClassName
{
color: #8483BD;
}
</style>
background-color css
<style>
a { background-color: #8483BD; }
a { background-color: rgb(132,131,189); }
div.DivClassName
{
background-color: #8483BD;
}
.BgClassName
{
background-color: #8483BD;
}
</style>
border-color css
<style>
span { border-color: #8483BD; }
span { border-color: rgb(132,131,189); }
td.TdClassName
{
border-color: #8483BD;
}
.TagClassName
{
border-color: #8483BD;
}
</style>