Shades of Moody Blue #8373CF
Tints of Moody Blue #8373CF
RGB
CMYK
RGB Variations
Color information
#8373CF (or 0x8373CF) is known color: Moody Blue. HEX triplet: 83, 73 and CF. RGB value is (131,115,207). Sum of RGB (Red+Green+Blue) = 131+115+207=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #8373CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373CF is #7C8C30. Grayscale: #818181. Windows color (decimal): -8162353 or 13595523. OLE color: 13595523.
HSL color Cylindrical-coordinate representation of color #8373CF: hue angle of 250.43º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8373CF is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 115 | 207 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.19 |
| HSL | 250.43º | 0.49% | 0.63% | - |
| HSV(B) | 250.43º | 0.44% | 0.81% | - |
| XYZ | 26.75 | 21.59 | 61.79 | - |
| YUV | 130.27 | 171.3 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 207 | 0.37 | 0.44 | 0 | 0.19 | 250.43 | 0.49 | 0.63 |
| Hex | 83 | 73 | CF | 25 | 2C | 0 | 13 | FA | 31 | 3F |
| Octal | 203 | 163 | 317 | 45 | 54 | 0 | 23 | 372 | 61 | 77 |
| Binary | 10000011 | 1110011 | 11001111 | 100101 | 101100 | 0 | 10011 | 11111010 | 110001 | 111111 |
Color Harmonies of #8373CF
Complementary color
Monochromatic Colors of #8373CF
Black with #8373CF
Text Example
Text Example
White with #8373CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8373CF; }
p { color: rgb(131,115,207); }
H1.HeaderClassName
{
color: #8373CF;
}
.AnyTagClassName
{
color: #8373CF;
}
</style>
background-color css
<style>
a { background-color: #8373CF; }
a { background-color: rgb(131,115,207); }
div.DivClassName
{
background-color: #8373CF;
}
.BgClassName
{
background-color: #8373CF;
}
</style>
border-color css
<style>
span { border-color: #8373CF; }
span { border-color: rgb(131,115,207); }
td.TdClassName
{
border-color: #8373CF;
}
.TagClassName
{
border-color: #8373CF;
}
</style>