Shades of Moody Blue #8379CF
Tints of Moody Blue #8379CF
RGB
CMYK
RGB Variations
Color information
#8379CF (or 0x8379CF) is known color: Moody Blue. HEX triplet: 83, 79 and CF. RGB value is (131,121,207). Sum of RGB (Red+Green+Blue) = 131+121+207=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #8379CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379CF is #7C8630. Grayscale: #858585. Windows color (decimal): -8160817 or 13597059. OLE color: 13597059.
HSL color Cylindrical-coordinate representation of color #8379CF: hue angle of 246.98º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8379CF is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 121 | 207 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.19 |
| HSL | 246.98º | 0.47% | 0.64% | - |
| HSV(B) | 246.98º | 0.42% | 0.81% | - |
| XYZ | 27.46 | 23.01 | 62.02 | - |
| YUV | 133.79 | 169.31 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 207 | 0.37 | 0.42 | 0 | 0.19 | 246.98 | 0.47 | 0.64 |
| Hex | 83 | 79 | CF | 25 | 2A | 0 | 13 | F7 | 2F | 40 |
| Octal | 203 | 171 | 317 | 45 | 52 | 0 | 23 | 367 | 57 | 100 |
| Binary | 10000011 | 1111001 | 11001111 | 100101 | 101010 | 0 | 10011 | 11110111 | 101111 | 1000000 |
Color Harmonies of #8379CF
Complementary color
Monochromatic Colors of #8379CF
Black with #8379CF
Text Example
Text Example
White with #8379CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8379CF; }
p { color: rgb(131,121,207); }
H1.HeaderClassName
{
color: #8379CF;
}
.AnyTagClassName
{
color: #8379CF;
}
</style>
background-color css
<style>
a { background-color: #8379CF; }
a { background-color: rgb(131,121,207); }
div.DivClassName
{
background-color: #8379CF;
}
.BgClassName
{
background-color: #8379CF;
}
</style>
border-color css
<style>
span { border-color: #8379CF; }
span { border-color: rgb(131,121,207); }
td.TdClassName
{
border-color: #8379CF;
}
.TagClassName
{
border-color: #8379CF;
}
</style>