Shades of Moody Blue #8380DA
Tints of Moody Blue #8380DA
RGB
CMYK
RGB Variations
Color information
#8380DA (or 0x8380DA) is known color: Moody Blue. HEX triplet: 83, 80 and DA. RGB value is (131,128,218). Sum of RGB (Red+Green+Blue) = 131+128+218=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #8380DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380DA is #7C7F25. Grayscale: #8A8A8A. Windows color (decimal): -8159014 or 14319747. OLE color: 14319747.
HSL color Cylindrical-coordinate representation of color #8380DA: hue angle of 242º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8380DA is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 128 | 218 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.15 |
| HSL | 242º | 0.55% | 0.68% | - |
| HSV(B) | 242º | 0.41% | 0.85% | - |
| XYZ | 29.73 | 25.33 | 69.65 | - |
| YUV | 139.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 218 | 0.40 | 0.41 | 0 | 0.15 | 242 | 0.55 | 0.68 |
| Hex | 83 | 80 | DA | 28 | 29 | 0 | F | F2 | 37 | 44 |
| Octal | 203 | 200 | 332 | 50 | 51 | 0 | 17 | 362 | 67 | 104 |
| Binary | 10000011 | 10000000 | 11011010 | 101000 | 101001 | 0 | 1111 | 11110010 | 110111 | 1000100 |
Color Harmonies of #8380DA
Complementary color
Monochromatic Colors of #8380DA
Black with #8380DA
Text Example
Text Example
White with #8380DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8380DA; }
p { color: rgb(131,128,218); }
H1.HeaderClassName
{
color: #8380DA;
}
.AnyTagClassName
{
color: #8380DA;
}
</style>
background-color css
<style>
a { background-color: #8380DA; }
a { background-color: rgb(131,128,218); }
div.DivClassName
{
background-color: #8380DA;
}
.BgClassName
{
background-color: #8380DA;
}
</style>
border-color css
<style>
span { border-color: #8380DA; }
span { border-color: rgb(131,128,218); }
td.TdClassName
{
border-color: #8380DA;
}
.TagClassName
{
border-color: #8380DA;
}
</style>