Shades of Moody Blue #837FCF
Tints of Moody Blue #837FCF
RGB
CMYK
RGB Variations
Color information
#837FCF (or 0x837FCF) is known color: Moody Blue. HEX triplet: 83, 7F and CF. RGB value is (131,127,207). Sum of RGB (Red+Green+Blue) = 131+127+207=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #837FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FCF is #7C8030. Grayscale: #898989. Windows color (decimal): -8159281 or 13598595. OLE color: 13598595.
HSL color Cylindrical-coordinate representation of color #837FCF: hue angle of 243º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #837FCF is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 127 | 207 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.19 |
| HSL | 243º | 0.45% | 0.65% | - |
| HSV(B) | 243º | 0.39% | 0.81% | - |
| XYZ | 28.21 | 24.51 | 62.28 | - |
| YUV | 137.32 | 167.33 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 207 | 0.37 | 0.39 | 0 | 0.19 | 243 | 0.45 | 0.65 |
| Hex | 83 | 7F | CF | 25 | 27 | 0 | 13 | F3 | 2D | 41 |
| Octal | 203 | 177 | 317 | 45 | 47 | 0 | 23 | 363 | 55 | 101 |
| Binary | 10000011 | 1111111 | 11001111 | 100101 | 100111 | 0 | 10011 | 11110011 | 101101 | 1000001 |
Color Harmonies of #837FCF
Complementary color
Monochromatic Colors of #837FCF
Black with #837FCF
Text Example
Text Example
White with #837FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837FCF; }
p { color: rgb(131,127,207); }
H1.HeaderClassName
{
color: #837FCF;
}
.AnyTagClassName
{
color: #837FCF;
}
</style>
background-color css
<style>
a { background-color: #837FCF; }
a { background-color: rgb(131,127,207); }
div.DivClassName
{
background-color: #837FCF;
}
.BgClassName
{
background-color: #837FCF;
}
</style>
border-color css
<style>
span { border-color: #837FCF; }
span { border-color: rgb(131,127,207); }
td.TdClassName
{
border-color: #837FCF;
}
.TagClassName
{
border-color: #837FCF;
}
</style>