Shades of Moody Blue #8382B9
Tints of Moody Blue #8382B9
RGB
CMYK
RGB Variations
Color information
#8382B9 (or 0x8382B9) is known color: Moody Blue. HEX triplet: 83, 82 and B9. RGB value is (131,130,185). Sum of RGB (Red+Green+Blue) = 131+130+185=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #8382B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8382B9 is #7C7D46. Grayscale: #888888. Windows color (decimal): -8158535 or 12157571. OLE color: 12157571.
HSL color Cylindrical-coordinate representation of color #8382B9: hue angle of 241.09º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8382B9 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 130 | 185 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.27 |
| HSL | 241.09º | 0.28% | 0.62% | - |
| HSV(B) | 241.09º | 0.3% | 0.73% | - |
| XYZ | 26.1 | 24.29 | 49.21 | - |
| YUV | 136.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 185 | 0.29 | 0.30 | 0 | 0.27 | 241.09 | 0.28 | 0.62 |
| Hex | 83 | 82 | B9 | 1D | 1E | 0 | 1B | F1 | 1C | 3E |
| Octal | 203 | 202 | 271 | 35 | 36 | 0 | 33 | 361 | 34 | 76 |
| Binary | 10000011 | 10000010 | 10111001 | 11101 | 11110 | 0 | 11011 | 11110001 | 11100 | 111110 |
Color Harmonies of #8382B9
Complementary color
Monochromatic Colors of #8382B9
Black with #8382B9
Text Example
Text Example
White with #8382B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8382B9; }
p { color: rgb(131,130,185); }
H1.HeaderClassName
{
color: #8382B9;
}
.AnyTagClassName
{
color: #8382B9;
}
</style>
background-color css
<style>
a { background-color: #8382B9; }
a { background-color: rgb(131,130,185); }
div.DivClassName
{
background-color: #8382B9;
}
.BgClassName
{
background-color: #8382B9;
}
</style>
border-color css
<style>
span { border-color: #8382B9; }
span { border-color: rgb(131,130,185); }
td.TdClassName
{
border-color: #8382B9;
}
.TagClassName
{
border-color: #8382B9;
}
</style>