Shades of Moody Blue #8382BC
Tints of Moody Blue #8382BC
RGB
CMYK
RGB Variations
Color information
#8382BC (or 0x8382BC) is known color: Moody Blue. HEX triplet: 83, 82 and BC. RGB value is (131,130,188). Sum of RGB (Red+Green+Blue) = 131+130+188=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #8382BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8382BC is #7C7D43. Grayscale: #888888. Windows color (decimal): -8158532 or 12354179. OLE color: 12354179.
HSL color Cylindrical-coordinate representation of color #8382BC: hue angle of 241.03º degrees, saturation: 0.3, 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 #8382BC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 130 | 188 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.26 |
| HSL | 241.03º | 0.3% | 0.62% | - |
| HSV(B) | 241.03º | 0.31% | 0.74% | - |
| XYZ | 26.42 | 24.42 | 50.9 | - |
| YUV | 136.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 188 | 0.30 | 0.31 | 0 | 0.26 | 241.03 | 0.3 | 0.62 |
| Hex | 83 | 82 | BC | 1E | 1F | 0 | 1A | F1 | 1E | 3E |
| Octal | 203 | 202 | 274 | 36 | 37 | 0 | 32 | 361 | 36 | 76 |
| Binary | 10000011 | 10000010 | 10111100 | 11110 | 11111 | 0 | 11010 | 11110001 | 11110 | 111110 |
Color Harmonies of #8382BC
Complementary color
Monochromatic Colors of #8382BC
Black with #8382BC
Text Example
Text Example
White with #8382BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8382BC; }
p { color: rgb(131,130,188); }
H1.HeaderClassName
{
color: #8382BC;
}
.AnyTagClassName
{
color: #8382BC;
}
</style>
background-color css
<style>
a { background-color: #8382BC; }
a { background-color: rgb(131,130,188); }
div.DivClassName
{
background-color: #8382BC;
}
.BgClassName
{
background-color: #8382BC;
}
</style>
border-color css
<style>
span { border-color: #8382BC; }
span { border-color: rgb(131,130,188); }
td.TdClassName
{
border-color: #8382BC;
}
.TagClassName
{
border-color: #8382BC;
}
</style>