Shades of Moody Blue #8379B5
Tints of Moody Blue #8379B5
RGB
CMYK
RGB Variations
Color information
#8379B5 (or 0x8379B5) is known color: Moody Blue. HEX triplet: 83, 79 and B5. RGB value is (131,121,181). Sum of RGB (Red+Green+Blue) = 131+121+181=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #8379B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379B5 is #7C864A. Grayscale: #828282. Windows color (decimal): -8160843 or 11893123. OLE color: 11893123.
HSL color Cylindrical-coordinate representation of color #8379B5: hue angle of 250º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8379B5 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 121 | 181 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.29 |
| HSL | 250º | 0.29% | 0.59% | - |
| HSV(B) | 250º | 0.33% | 0.71% | - |
| XYZ | 24.54 | 21.84 | 46.64 | - |
| YUV | 130.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 181 | 0.28 | 0.33 | 0 | 0.29 | 250 | 0.29 | 0.59 |
| Hex | 83 | 79 | B5 | 1C | 21 | 0 | 1D | FA | 1D | 3B |
| Octal | 203 | 171 | 265 | 34 | 41 | 0 | 35 | 372 | 35 | 73 |
| Binary | 10000011 | 1111001 | 10110101 | 11100 | 100001 | 0 | 11101 | 11111010 | 11101 | 111011 |
Color Harmonies of #8379B5
Complementary color
Monochromatic Colors of #8379B5
Black with #8379B5
Text Example
Text Example
White with #8379B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8379B5; }
p { color: rgb(131,121,181); }
H1.HeaderClassName
{
color: #8379B5;
}
.AnyTagClassName
{
color: #8379B5;
}
</style>
background-color css
<style>
a { background-color: #8379B5; }
a { background-color: rgb(131,121,181); }
div.DivClassName
{
background-color: #8379B5;
}
.BgClassName
{
background-color: #8379B5;
}
</style>
border-color css
<style>
span { border-color: #8379B5; }
span { border-color: rgb(131,121,181); }
td.TdClassName
{
border-color: #8379B5;
}
.TagClassName
{
border-color: #8379B5;
}
</style>