Shades of Moody Blue #8382DB
Tints of Moody Blue #8382DB
RGB
CMYK
RGB Variations
Color information
#8382DB (or 0x8382DB) is known color: Moody Blue. HEX triplet: 83, 82 and DB. RGB value is (131,130,219). Sum of RGB (Red+Green+Blue) = 131+130+219=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #8382DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8382DB is #7C7D24. Grayscale: #8C8C8C. Windows color (decimal): -8158501 or 14385795. OLE color: 14385795.
HSL color Cylindrical-coordinate representation of color #8382DB: hue angle of 240.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8382DB is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 130 | 219 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.14 |
| HSL | 240.67º | 0.55% | 0.68% | - |
| HSV(B) | 240.67º | 0.41% | 0.86% | - |
| XYZ | 30.13 | 25.91 | 70.43 | - |
| YUV | 140.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 219 | 0.40 | 0.41 | 0 | 0.14 | 240.67 | 0.55 | 0.68 |
| Hex | 83 | 82 | DB | 28 | 29 | 0 | E | F1 | 37 | 44 |
| Octal | 203 | 202 | 333 | 50 | 51 | 0 | 16 | 361 | 67 | 104 |
| Binary | 10000011 | 10000010 | 11011011 | 101000 | 101001 | 0 | 1110 | 11110001 | 110111 | 1000100 |
Color Harmonies of #8382DB
Complementary color
Monochromatic Colors of #8382DB
Black with #8382DB
Text Example
Text Example
White with #8382DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8382DB; }
p { color: rgb(131,130,219); }
H1.HeaderClassName
{
color: #8382DB;
}
.AnyTagClassName
{
color: #8382DB;
}
</style>
background-color css
<style>
a { background-color: #8382DB; }
a { background-color: rgb(131,130,219); }
div.DivClassName
{
background-color: #8382DB;
}
.BgClassName
{
background-color: #8382DB;
}
</style>
border-color css
<style>
span { border-color: #8382DB; }
span { border-color: rgb(131,130,219); }
td.TdClassName
{
border-color: #8382DB;
}
.TagClassName
{
border-color: #8382DB;
}
</style>