Shades of Moody Blue #8381DF
Tints of Moody Blue #8381DF
RGB
CMYK
RGB Variations
Color information
#8381DF (or 0x8381DF) is known color: Moody Blue. HEX triplet: 83, 81 and DF. RGB value is (131,129,223). Sum of RGB (Red+Green+Blue) = 131+129+223=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #8381DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8381DF is #7C7E20. Grayscale: #8B8B8B. Windows color (decimal): -8158753 or 14647683. OLE color: 14647683.
HSL color Cylindrical-coordinate representation of color #8381DF: hue angle of 241.28º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8381DF is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 129 | 223 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.13 |
| HSL | 241.28º | 0.59% | 0.69% | - |
| HSV(B) | 241.28º | 0.42% | 0.87% | - |
| XYZ | 30.53 | 25.85 | 73.19 | - |
| YUV | 140.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 223 | 0.41 | 0.42 | 0 | 0.13 | 241.28 | 0.59 | 0.69 |
| Hex | 83 | 81 | DF | 29 | 2A | 0 | D | F1 | 3B | 45 |
| Octal | 203 | 201 | 337 | 51 | 52 | 0 | 15 | 361 | 73 | 105 |
| Binary | 10000011 | 10000001 | 11011111 | 101001 | 101010 | 0 | 1101 | 11110001 | 111011 | 1000101 |
Color Harmonies of #8381DF
Complementary color
Monochromatic Colors of #8381DF
Black with #8381DF
Text Example
Text Example
White with #8381DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8381DF; }
p { color: rgb(131,129,223); }
H1.HeaderClassName
{
color: #8381DF;
}
.AnyTagClassName
{
color: #8381DF;
}
</style>
background-color css
<style>
a { background-color: #8381DF; }
a { background-color: rgb(131,129,223); }
div.DivClassName
{
background-color: #8381DF;
}
.BgClassName
{
background-color: #8381DF;
}
</style>
border-color css
<style>
span { border-color: #8381DF; }
span { border-color: rgb(131,129,223); }
td.TdClassName
{
border-color: #8381DF;
}
.TagClassName
{
border-color: #8381DF;
}
</style>