Shades of Moody Blue #8377DD
Tints of Moody Blue #8377DD
RGB
CMYK
RGB Variations
Color information
#8377DD (or 0x8377DD) is known color: Moody Blue. HEX triplet: 83, 77 and DD. RGB value is (131,119,221). Sum of RGB (Red+Green+Blue) = 131+119+221=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #8377DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377DD is #7C8822. Grayscale: #858585. Windows color (decimal): -8161315 or 14514051. OLE color: 14514051.
HSL color Cylindrical-coordinate representation of color #8377DD: hue angle of 247.06º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8377DD is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 119 | 221 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.13 |
| HSL | 247.06º | 0.6% | 0.67% | - |
| HSV(B) | 247.06º | 0.46% | 0.87% | - |
| XYZ | 29.01 | 23.24 | 71.36 | - |
| YUV | 134.22 | 176.98 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 221 | 0.41 | 0.46 | 0 | 0.13 | 247.06 | 0.6 | 0.67 |
| Hex | 83 | 77 | DD | 29 | 2E | 0 | D | F7 | 3C | 43 |
| Octal | 203 | 167 | 335 | 51 | 56 | 0 | 15 | 367 | 74 | 103 |
| Binary | 10000011 | 1110111 | 11011101 | 101001 | 101110 | 0 | 1101 | 11110111 | 111100 | 1000011 |
Color Harmonies of #8377DD
Complementary color
Monochromatic Colors of #8377DD
Black with #8377DD
Text Example
Text Example
White with #8377DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8377DD; }
p { color: rgb(131,119,221); }
H1.HeaderClassName
{
color: #8377DD;
}
.AnyTagClassName
{
color: #8377DD;
}
</style>
background-color css
<style>
a { background-color: #8377DD; }
a { background-color: rgb(131,119,221); }
div.DivClassName
{
background-color: #8377DD;
}
.BgClassName
{
background-color: #8377DD;
}
</style>
border-color css
<style>
span { border-color: #8377DD; }
span { border-color: rgb(131,119,221); }
td.TdClassName
{
border-color: #8377DD;
}
.TagClassName
{
border-color: #8377DD;
}
</style>