Shades of Moody Blue #8381BB
Tints of Moody Blue #8381BB
RGB
CMYK
RGB Variations
Color information
#8381BB (or 0x8381BB) is known color: Moody Blue. HEX triplet: 83, 81 and BB. RGB value is (131,129,187). Sum of RGB (Red+Green+Blue) = 131+129+187=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #8381BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8381BB is #7C7E44. Grayscale: #878787. Windows color (decimal): -8158789 or 12288387. OLE color: 12288387.
HSL color Cylindrical-coordinate representation of color #8381BB: hue angle of 242.07º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8381BB is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 129 | 187 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.27 |
| HSL | 242.07º | 0.3% | 0.62% | - |
| HSV(B) | 242.07º | 0.31% | 0.73% | - |
| XYZ | 26.18 | 24.11 | 50.29 | - |
| YUV | 136.21 | 156.66 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 187 | 0.30 | 0.31 | 0 | 0.27 | 242.07 | 0.3 | 0.62 |
| Hex | 83 | 81 | BB | 1E | 1F | 0 | 1B | F2 | 1E | 3E |
| Octal | 203 | 201 | 273 | 36 | 37 | 0 | 33 | 362 | 36 | 76 |
| Binary | 10000011 | 10000001 | 10111011 | 11110 | 11111 | 0 | 11011 | 11110010 | 11110 | 111110 |
Color Harmonies of #8381BB
Complementary color
Monochromatic Colors of #8381BB
Black with #8381BB
Text Example
Text Example
White with #8381BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8381BB; }
p { color: rgb(131,129,187); }
H1.HeaderClassName
{
color: #8381BB;
}
.AnyTagClassName
{
color: #8381BB;
}
</style>
background-color css
<style>
a { background-color: #8381BB; }
a { background-color: rgb(131,129,187); }
div.DivClassName
{
background-color: #8381BB;
}
.BgClassName
{
background-color: #8381BB;
}
</style>
border-color css
<style>
span { border-color: #8381BB; }
span { border-color: rgb(131,129,187); }
td.TdClassName
{
border-color: #8381BB;
}
.TagClassName
{
border-color: #8381BB;
}
</style>