Shades of Moody Blue #8378CF
Tints of Moody Blue #8378CF
RGB
CMYK
RGB Variations
Color information
#8378CF (or 0x8378CF) is known color: Moody Blue. HEX triplet: 83, 78 and CF. RGB value is (131,120,207). Sum of RGB (Red+Green+Blue) = 131+120+207=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #8378CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378CF is #7C8730. Grayscale: #848484. Windows color (decimal): -8161073 or 13596803. OLE color: 13596803.
HSL color Cylindrical-coordinate representation of color #8378CF: hue angle of 247.59º degrees, saturation: 0.48, 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 #8378CF is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 120 | 207 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.19 |
| HSL | 247.59º | 0.48% | 0.64% | - |
| HSV(B) | 247.59º | 0.42% | 0.81% | - |
| XYZ | 27.34 | 22.76 | 61.98 | - |
| YUV | 133.21 | 169.64 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 207 | 0.37 | 0.42 | 0 | 0.19 | 247.59 | 0.48 | 0.64 |
| Hex | 83 | 78 | CF | 25 | 2A | 0 | 13 | F8 | 30 | 40 |
| Octal | 203 | 170 | 317 | 45 | 52 | 0 | 23 | 370 | 60 | 100 |
| Binary | 10000011 | 1111000 | 11001111 | 100101 | 101010 | 0 | 10011 | 11111000 | 110000 | 1000000 |
Color Harmonies of #8378CF
Complementary color
Monochromatic Colors of #8378CF
Black with #8378CF
Text Example
Text Example
White with #8378CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8378CF; }
p { color: rgb(131,120,207); }
H1.HeaderClassName
{
color: #8378CF;
}
.AnyTagClassName
{
color: #8378CF;
}
</style>
background-color css
<style>
a { background-color: #8378CF; }
a { background-color: rgb(131,120,207); }
div.DivClassName
{
background-color: #8378CF;
}
.BgClassName
{
background-color: #8378CF;
}
</style>
border-color css
<style>
span { border-color: #8378CF; }
span { border-color: rgb(131,120,207); }
td.TdClassName
{
border-color: #8378CF;
}
.TagClassName
{
border-color: #8378CF;
}
</style>