Shades of Moody Blue #8379BC
Tints of Moody Blue #8379BC
RGB
CMYK
RGB Variations
Color information
#8379BC (or 0x8379BC) is known color: Moody Blue. HEX triplet: 83, 79 and BC. RGB value is (131,121,188). Sum of RGB (Red+Green+Blue) = 131+121+188=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #8379BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379BC is #7C8643. Grayscale: #838383. Windows color (decimal): -8160836 or 12351875. OLE color: 12351875.
HSL color Cylindrical-coordinate representation of color #8379BC: hue angle of 248.96º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8379BC is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 121 | 188 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.26 |
| HSL | 248.96º | 0.33% | 0.61% | - |
| HSV(B) | 248.96º | 0.36% | 0.74% | - |
| XYZ | 25.27 | 22.13 | 50.52 | - |
| YUV | 131.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 188 | 0.30 | 0.36 | 0 | 0.26 | 248.96 | 0.33 | 0.61 |
| Hex | 83 | 79 | BC | 1E | 24 | 0 | 1A | F9 | 21 | 3D |
| Octal | 203 | 171 | 274 | 36 | 44 | 0 | 32 | 371 | 41 | 75 |
| Binary | 10000011 | 1111001 | 10111100 | 11110 | 100100 | 0 | 11010 | 11111001 | 100001 | 111101 |
Color Harmonies of #8379BC
Complementary color
Monochromatic Colors of #8379BC
Black with #8379BC
Text Example
Text Example
White with #8379BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8379BC; }
p { color: rgb(131,121,188); }
H1.HeaderClassName
{
color: #8379BC;
}
.AnyTagClassName
{
color: #8379BC;
}
</style>
background-color css
<style>
a { background-color: #8379BC; }
a { background-color: rgb(131,121,188); }
div.DivClassName
{
background-color: #8379BC;
}
.BgClassName
{
background-color: #8379BC;
}
</style>
border-color css
<style>
span { border-color: #8379BC; }
span { border-color: rgb(131,121,188); }
td.TdClassName
{
border-color: #8379BC;
}
.TagClassName
{
border-color: #8379BC;
}
</style>