Shades of Moody Blue #8381DC
Tints of Moody Blue #8381DC
RGB
CMYK
RGB Variations
Color information
#8381DC (or 0x8381DC) is known color: Moody Blue. HEX triplet: 83, 81 and DC. RGB value is (131,129,220). Sum of RGB (Red+Green+Blue) = 131+129+220=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #8381DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8381DC is #7C7E23. Grayscale: #8B8B8B. Windows color (decimal): -8158756 or 14451075. OLE color: 14451075.
HSL color Cylindrical-coordinate representation of color #8381DC: hue angle of 241.32º degrees, saturation: 0.57, 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 #8381DC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 129 | 220 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.14 |
| HSL | 241.32º | 0.57% | 0.68% | - |
| HSV(B) | 241.32º | 0.41% | 0.86% | - |
| XYZ | 30.13 | 25.69 | 71.08 | - |
| YUV | 139.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 220 | 0.40 | 0.41 | 0 | 0.14 | 241.32 | 0.57 | 0.68 |
| Hex | 83 | 81 | DC | 28 | 29 | 0 | E | F1 | 39 | 44 |
| Octal | 203 | 201 | 334 | 50 | 51 | 0 | 16 | 361 | 71 | 104 |
| Binary | 10000011 | 10000001 | 11011100 | 101000 | 101001 | 0 | 1110 | 11110001 | 111001 | 1000100 |
Color Harmonies of #8381DC
Complementary color
Monochromatic Colors of #8381DC
Black with #8381DC
Text Example
Text Example
White with #8381DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8381DC; }
p { color: rgb(131,129,220); }
H1.HeaderClassName
{
color: #8381DC;
}
.AnyTagClassName
{
color: #8381DC;
}
</style>
background-color css
<style>
a { background-color: #8381DC; }
a { background-color: rgb(131,129,220); }
div.DivClassName
{
background-color: #8381DC;
}
.BgClassName
{
background-color: #8381DC;
}
</style>
border-color css
<style>
span { border-color: #8381DC; }
span { border-color: rgb(131,129,220); }
td.TdClassName
{
border-color: #8381DC;
}
.TagClassName
{
border-color: #8381DC;
}
</style>