Shades of Moody Blue #8377CF
Tints of Moody Blue #8377CF
RGB
CMYK
RGB Variations
Color information
#8377CF (or 0x8377CF) is known color: Moody Blue. HEX triplet: 83, 77 and CF. RGB value is (131,119,207). Sum of RGB (Red+Green+Blue) = 131+119+207=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #8377CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377CF is #7C8830. Grayscale: #848484. Windows color (decimal): -8161329 or 13596547. OLE color: 13596547.
HSL color Cylindrical-coordinate representation of color #8377CF: hue angle of 248.18º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8377CF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 119 | 207 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.19 |
| HSL | 248.18º | 0.48% | 0.64% | - |
| HSV(B) | 248.18º | 0.43% | 0.81% | - |
| XYZ | 27.22 | 22.52 | 61.94 | - |
| YUV | 132.62 | 169.98 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 207 | 0.37 | 0.43 | 0 | 0.19 | 248.18 | 0.48 | 0.64 |
| Hex | 83 | 77 | CF | 25 | 2B | 0 | 13 | F8 | 30 | 40 |
| Octal | 203 | 167 | 317 | 45 | 53 | 0 | 23 | 370 | 60 | 100 |
| Binary | 10000011 | 1110111 | 11001111 | 100101 | 101011 | 0 | 10011 | 11111000 | 110000 | 1000000 |
Color Harmonies of #8377CF
Complementary color
Monochromatic Colors of #8377CF
Black with #8377CF
Text Example
Text Example
White with #8377CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8377CF; }
p { color: rgb(131,119,207); }
H1.HeaderClassName
{
color: #8377CF;
}
.AnyTagClassName
{
color: #8377CF;
}
</style>
background-color css
<style>
a { background-color: #8377CF; }
a { background-color: rgb(131,119,207); }
div.DivClassName
{
background-color: #8377CF;
}
.BgClassName
{
background-color: #8377CF;
}
</style>
border-color css
<style>
span { border-color: #8377CF; }
span { border-color: rgb(131,119,207); }
td.TdClassName
{
border-color: #8377CF;
}
.TagClassName
{
border-color: #8377CF;
}
</style>