Shades of Moody Blue #8381BC
Tints of Moody Blue #8381BC
RGB
CMYK
RGB Variations
Color information
#8381BC (or 0x8381BC) is known color: Moody Blue. HEX triplet: 83, 81 and BC. RGB value is (131,129,188). Sum of RGB (Red+Green+Blue) = 131+129+188=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #8381BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8381BC is #7C7E43. Grayscale: #888888. Windows color (decimal): -8158788 or 12353923. OLE color: 12353923.
HSL color Cylindrical-coordinate representation of color #8381BC: hue angle of 242.03º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8381BC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 129 | 188 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.26 |
| HSL | 242.03º | 0.31% | 0.62% | - |
| HSV(B) | 242.03º | 0.31% | 0.74% | - |
| XYZ | 26.29 | 24.16 | 50.85 | - |
| YUV | 136.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 188 | 0.30 | 0.31 | 0 | 0.26 | 242.03 | 0.31 | 0.62 |
| Hex | 83 | 81 | BC | 1E | 1F | 0 | 1A | F2 | 1F | 3E |
| Octal | 203 | 201 | 274 | 36 | 37 | 0 | 32 | 362 | 37 | 76 |
| Binary | 10000011 | 10000001 | 10111100 | 11110 | 11111 | 0 | 11010 | 11110010 | 11111 | 111110 |
Color Harmonies of #8381BC
Complementary color
Monochromatic Colors of #8381BC
Black with #8381BC
Text Example
Text Example
White with #8381BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8381BC; }
p { color: rgb(131,129,188); }
H1.HeaderClassName
{
color: #8381BC;
}
.AnyTagClassName
{
color: #8381BC;
}
</style>
background-color css
<style>
a { background-color: #8381BC; }
a { background-color: rgb(131,129,188); }
div.DivClassName
{
background-color: #8381BC;
}
.BgClassName
{
background-color: #8381BC;
}
</style>
border-color css
<style>
span { border-color: #8381BC; }
span { border-color: rgb(131,129,188); }
td.TdClassName
{
border-color: #8381BC;
}
.TagClassName
{
border-color: #8381BC;
}
</style>