Shades of Moody Blue #8380D6
Tints of Moody Blue #8380D6
RGB
CMYK
RGB Variations
Color information
#8380D6 (or 0x8380D6) is known color: Moody Blue. HEX triplet: 83, 80 and D6. RGB value is (131,128,214). Sum of RGB (Red+Green+Blue) = 131+128+214=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #8380D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380D6 is #7C7F29. Grayscale: #8A8A8A. Windows color (decimal): -8159018 or 14057603. OLE color: 14057603.
HSL color Cylindrical-coordinate representation of color #8380D6: hue angle of 242.09º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8380D6 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 128 | 214 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.16 |
| HSL | 242.09º | 0.51% | 0.67% | - |
| HSV(B) | 242.09º | 0.4% | 0.84% | - |
| XYZ | 29.22 | 25.12 | 66.93 | - |
| YUV | 138.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 214 | 0.39 | 0.40 | 0 | 0.16 | 242.09 | 0.51 | 0.67 |
| Hex | 83 | 80 | D6 | 27 | 28 | 0 | 10 | F2 | 33 | 43 |
| Octal | 203 | 200 | 326 | 47 | 50 | 0 | 20 | 362 | 63 | 103 |
| Binary | 10000011 | 10000000 | 11010110 | 100111 | 101000 | 0 | 10000 | 11110010 | 110011 | 1000011 |
Color Harmonies of #8380D6
Complementary color
Monochromatic Colors of #8380D6
Black with #8380D6
Text Example
Text Example
White with #8380D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8380D6; }
p { color: rgb(131,128,214); }
H1.HeaderClassName
{
color: #8380D6;
}
.AnyTagClassName
{
color: #8380D6;
}
</style>
background-color css
<style>
a { background-color: #8380D6; }
a { background-color: rgb(131,128,214); }
div.DivClassName
{
background-color: #8380D6;
}
.BgClassName
{
background-color: #8380D6;
}
</style>
border-color css
<style>
span { border-color: #8380D6; }
span { border-color: rgb(131,128,214); }
td.TdClassName
{
border-color: #8380D6;
}
.TagClassName
{
border-color: #8380D6;
}
</style>